Post Increement

Thursday, 8 September 2011

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


OUTPUT:


x=11
y=10











No comments:

Post a Comment

 

Blogger news

Blogroll

Enter your email address:

Delivered by FeedBurner

Total Pageviews

Followers

Most Reading