void main() { int j[10]={9,7,5,3,1,2,4,6,9}; int i=1; clrscr(); for(;i<9;i++) printf("%d ",--j[i++]); getch(); } | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

void main() { int j[10]={9,7,5,3,1,2,4,6,9}; int i=1; clrscr(); for(;i<9;i++) printf("%d ",--j[i++]); getch(); }

can anyone tell me wts d output of this n how?? please

7th Jul 2017, 7:29 PM
Munmun Bhandari
Munmun Bhandari - avatar
3 Answers
0
bt the output of this apart from compile errors r?
11th Jul 2017, 4:52 AM
Munmun Bhandari
Munmun Bhandari - avatar
0
ohkay yeah...I got it..thnq:)
11th Jul 2017, 4:54 AM
Munmun Bhandari
Munmun Bhandari - avatar
0
thnq
15th Jul 2017, 5:44 AM
Munmun Bhandari
Munmun Bhandari - avatar