#include#includemain(){int x,y=10;clrscr();x=y++;printf("\nx=%d\ty%d",x,y);x=++y;printf("\nx=%dy=%d",x,y);getch();}
No comments:
Post a Comment