0
996views
What will be the output of the program
| written 6.7 years ago by | • modified 4.1 years ago |
Program
void main() {
int X []= {10,20,30,40,50};
print f (" \n %d %d %d %d ", x [4] ,3[x] ,x[2] ,l[x] ,x[0] );
}
A] Error
B] 10 20 30 40 50
C] 50 40 30 20 10
D] None of these
ADD COMMENT
EDIT
1 Answer

and 3 others joined a min ago.