1. Are the expression *ptr++ and ++*ptr are same?
A. True
B. False
Advertisement
2. Will the program compile?
A. True
B. False
Advertisement
3. The following program reports an error on compilation.
A. True
B. False
Advertisement
4. Are the three declarations char **apple, char *apple[], and char apple[][] same?
A. True
B. False
Advertisement
< PREVIOUS POSTPointers - Point Out Correct Statements
NEXT POST >Pointers - Yes / No Questions