Computer Science, asked by NamelessWonder957, 1 year ago

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); }
A.65486, 65488
B.65486, 65490
C.65486, 65487
D.65486, 65486

Answers

Answered by Neeraj723
0
Hii dear here is your answer


option d is the correct answer

Hope it's help u
Answered by Anonymous
25
D. 65486,65486

Hope it helps u
Similar questions