Q12
How can you initialize an array in C at the time of declaration?
A.
Using the init keyword
B.
Using the initialize function
C.
Using a loop
D.
Providing a list of values
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board