6. What will be the output of the program ?
A. Error: cannot convert from void** to int**
B. Garbage value
C. 0
D. No output
Advertisement
7. What will be the output of the program?
A. Error
B. No output
C. K
D. %s
Advertisement
8. What will be the output of the program?
A. 10
B. 20
C. Error: Non portable pointer conversion
D. Error: cannot use static for function parameters
Advertisement
9. What will be the output of the program if the size of pointer is 4-bytes?
A. 2, 1
B. 2, 2
C. 4, 1
D. 4, 2
Advertisement
10. What will be the output of the program?
A. JCK
B. J65K
C. JAK
D. JACK
Advertisement
< PREVIOUS POSTPointers - General Questions
NEXT POST >Pointers - Point Out Errors