CBSE BOARD XII, asked by jacksrider, 6 months ago

What will be printed after execution of the following code? Void main (){ int are[10] = {1,2,3,4,5}; printed("%d",are[5]);} (A) garbage value (B) 5 (C) 6 (D) 0 (E) none of these

Answers

Answered by rajumandimsb
0

Answer:

(A) garbage value

Explanation:

in an array there must be 10 integers and only 5 are given

Answered by GraceS
2

\tt\huge\purple{hello!!!}

HERE IS UR ANSWER

_____________________________

None of these will be printed after execution of the following co de

Similar questions