C Programming - Pointers - Discussion
Discussion Forum : Pointers - True / False Questions (Q.No. 4)
4.
Are the three declarations char **apple, char *apple[], and char apple[][] same?
Discussion:
43 comments Page 5 of 5.
Sanju said:
1 decade ago
I agree both of you.
Prasanna said:
1 decade ago
Ya correct pooja.
Pooja said:
2 decades ago
char **apple - It is a double pointer
char *apple[] -It is an array of pointers
char apple[][]-It id 2-d array.
char *apple[] -It is an array of pointers
char apple[][]-It id 2-d array.
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers