Question: The elements in the array of the following code are: int array[5]={5}; a) 5, 5, 5, 5, 5 b) 5, 0, 0, 0, 0 c)
The elements in the array of the following code are:
int array[5]={5};
a) 5, 5, 5, 5, 5
b) 5, 0, 0, 0, 0
c) 5, (garbage), (garbage), (garbage), (garbage)
d) (garbage), (garbage), (garbage), (garbage), 5
Step by Step Solution
3.42 Rating (149 Votes )
There are 3 Steps involved in it
Answer b 50000 Explanation In the following c... View full answer
Get step-by-step solutions from verified subject matter experts
