11. What will be the output of the program?
A. 8, 10
B. 10, 2
C. 8, 1
D. Garbage values
Advertisement
12. What will be the output of the program assuming that the array begins at location 1002 and the size of an integer is 4 bytes?
A. 448, 4, 4
B. 520, 2, 2
C. 1006, 2, 2
D. Error
Advertisement
13. What will be the output of the program?
A. 2, 3
B. 2, 0
C. 2, Garbage value
D. 0, 0
Advertisement
14. What will be the output of the program ?
A. No output
B. 30
C. 3
D. 300
Advertisement
15. What will be the output of the program?
A. Error: in printf
B. Nothing will print
C. print “X” of GkFeed
D. print “7”
Advertisement
< PREVIOUS POSTPointers - General Questions
NEXT POST >Pointers - Point Out Errors