Find the output for the following C programmain(){int x=20,y=35;x = y++ + x++;y = ++y + ++x;printf("%d %dn",x,y);}

57; 94

  
 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions