What is the output of the program?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();}A. 6,2,1,5B. 6,2,1,5,7C. Error MessageD. core dump

A

This question is related to Oracle Interview

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions