Sail E0 Webinar
Question
What 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);
}
Options:
A .  65486, 65488
B .  65486, 65490
C .  65486, 65487
D .  65486, 65486
E .  None of these
Answer: Option D

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

More Questions on This Topic :


Latest Videos

Latest Test Papers