Predict the output of below program:
#include <stdio.h>
int main()
{
int arr[5];
// Assume base address of arr is 2000 and size of integer is 32 bit
printf("%u%u", arr + 1, &arr + 1);
return 0;
}
A. 2004 2020
C.
2004 2004
B. 2004 Garbage value
D. Error
Answers
Answered by
3
Answer:
how we can draw the output of this program
Answered by
1
Answer:
ghhf hggv jgd ntfv kgv nyv kdd kfc jy
Similar questions