Computer Science, asked by jzanieparzker3244, 11 months ago

What will be printed after execution of the following code?

void main() { int arr[10] = {1,2,3,4,5}; printf("%d", arr[5]); }
A.Garbage Value
B.5
C.6
D.0

Answers

Answered by Neeraj723
5
Hii dear here is your answer


option c is the correct answer

Hope it's help u
Answered by Anonymous
23
C. 6

Hope it helps u
Similar questions