Computer Science, asked by Avinashshirsat3051, 1 month ago

int a[5] = { 1,2,3,4,5 } ; a) cout<< a[0] ; b) cout<< a[2] + a[4] ; c) cout<< a[3] - a[0] ;

Answers

Answered by amarjeetsingh3578847
0

Answer:

please make a full question

Similar questions