Examveda
Examveda

Which is true for b, if b is defined as "int *b[10];"?

A. The definition only allocates 10 pointers and does not initialize them

B. Initialization must be done explicitly

C. The definition only allocates 10 pointers and does not initialize them & Initialization must be done explicitly

D. Error

Answer: Option C


This Question Belongs to C Program >> Pointer

Join The Discussion

Related Questions on Pointer