Let’s have a discussion about this problem and get the answer here http://www.indiabix.com/online-test/c-programming-test/14
8.What will be the output of the program if the array begins at address 65486?
#include<stdio.h>
int main()
{
int arr[] = {12, 14, 15, 23, 45};
printf("%u, %u\n", arr, &arr);
return 0;
}
- A. 65486, 65488
- B. 65486, 65486
- C. 65486, 65490
- D. 65486, 65487
thôi :3
83% thành viên diễn đàn không hỏi bài tập, còn bạn thì sao?