Question: What will be the output of the following program? Void main( ) {
Int x []= {10,20,30,40,50};
Print f (“ \n %d %d %d %d “, x
[4] ,3[x] ,x[2] ,1[x] ,x[0] ); }
Answer:
MCQ: What will be the output of the following program? Void main( ) {
Int x []= {10,20,30,40,50};
Print f (“ \n %d %d %d %d “, x
[4] ,3[x] ,x[2] ,1[x] ,x[0] ); }