What is the output of the programvoid main(){int i,j,k;i=2;j=4;k=i++>j&2;printf("%dn",k);if(++k && ++i<--j|| i++){j=++k;}printf(" %d %d %d",i,-j--,k);getch();}A. 4,-3,2B. 5,-3,2C. 4,-2,2D. 5,-2,2

D

This question is related to Oracle Interview

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions