Computer Science, asked by ny412520, 1 month ago

What will be the output of the below mentioned program?

int a[5] = {1,2,3,4,7};

cout<<"a[" <<23<<"]=";

cout<<a[23];

(a) 7
(b) Garbage value

(c) 3
(d) None of the above​

Answers

Answered by yatendranagar
0

Answer:

None of the above

please only send problem question

Similar questions