1.

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» D. Error


Discussion

No Comment Found