Q84
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
AnswerD.
Error
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board