Pointers - Programming

Q1:

Are the three declarations char **apple, char *apple[], and char apple[][] same?

A True

B False

ANS:B - False

No answer description is available. Let's discuss.