0
831views
What will be the output of the program
written 5.7 years ago by | • modified 3.0 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