1. Are the expression *ptr++ and ++*ptr are same?
A. True
B. False
2. Will the program compile?
A. True
B. False
3. The following program reports an error on compilation.
A. True
B. False
4. Are the three declarations char **apple, char *apple[], and char apple[][] same?
A. True
B. False