Quantcast
Channel: CodeChef Discuss - latest questions
Viewing all articles
Browse latest Browse all 39796

How post increment and pre increment are used in GCC Compiler ?

$
0
0

include<stdio.h>

int main()

{

int x=12;

printf("%d %d",x++,x++);

return 0;

}


Viewing all articles
Browse latest Browse all 39796

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>