about faq contact us log in / register

int x=10; main() { int x=15,y; y=x++; printf("%d%d",++y,x++); } output?



up vote 0 down vote favorite
link | flag

Your Answer