Single Choice
Not Set
QWhat will be the output of the program if the array begins at address 65486?
#include
void main()
{
int arr[] = {12, 14, 15, 23, 45};
printf("%u, %u", arr, &arr);
}
ID: #1428
Array in C Language
1,014 views
Question Info
#1428Q ID
Not SetDifficulty
Array in C LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
65486, 65486
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic