#include<stdio.h>
#include<conio.h>
void main()
{
int x=5,y;
clrscr();
 printf("Shifting ",++x + ++x + x++ + ++x + x++);
 printf("x = %d",x);
 getch();
}
OUTPUT
Shifting  x = 10

Leave a Reply

Subscribe to Posts | Subscribe to Comments

All Notes on BCA

All Notes  on BCA
BCA all subjects notes

Total Pageviews

Translate

Powered by Blogger.

Copyright © All Notes on BCA