Computer Science, asked by shravya64271, 9 months ago

Which of the following is not a pointer declaration

Answers

Answered by Anonymous
1

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;

Similar questions