User profile: aish sbg
| User info |
| User name: | aish sbg |
| Name: | Aishwarya Kumar Singh |
| Location: | Allahabad |
| Website: | http://aishware.wordpress.com |
| Bio: | Student |
| History |
| Joined: | |
| Number of posts: | 2 |
| Latest posts: |
output of printf("%d %d %d",a++,a++,++a); What i have read in a book that order of evaluation of arguments of a function is not guaranteed . S...
output of printf("%d %d %d",a++,a++,++a); how can be the output of following code 7 6 8
int a=5;
printf("%d %d %d",a++,a++,++a);
|
This user does not accept Private Messages