Computer Science, asked by sangeetasatija9, 20 days 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 aabove
pls tell fast

Answers

Answered by arshtripathi987
0

The teacher said,” Go back to your class rooms.” please tell me

Similar questions