1.

Which of the following is not a pointer declaration

Answer»

Answer:

Which of the following is not a pointer declaration? a) char a[10]; b) char a[] = {"1"², " 2"², "3"², "4"²}; c) char *str; d) char a;



Discussion

No Comment Found