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
0
Answer:
None of the above
please only send problem question
Similar questions