Question: code class = asciimath > Consider the statement: char * a , b , c [ 1 0 ] ; Which of the following is

code class="asciimath">Consider the statement: char* a, b, c[10]; Which of the following is correct? A. a and b are pointers to a char, c is a pointer to a char array B. a and b are pointers to a char, c is a pointer pointing to a pointer of a char array C. a is a pointer to a char, b is a char, c is a pointer to a char array D. None of above

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!