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
6 ответов
0
bt the output of this apart from compile errors r?
0
ohkay yeah...I got it..thnq:)
0
thnq