Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

output??

Answer Posted / rukmanee

output : x=10;
y=16;

Is This Answer Correct ?    20 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can I convert a string to a number?

1029


Explain the properties of union. What is the size of a union variable

1133


write a program to find out prime number using sieve case?

2040


What is c definition?

1200


#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

1007


swap 2 numbers without using third variable?

1086


Write a program to reverse a linked list in c.

1069


What is difference between stdio h and conio h?

1327


Place the #include statement must be written in the program?

993


Discuss the function of conditional operator, size of operator and comma operator with examples.

1100


What is the general form of a C program?

981


How can I open files mentioned on the command line, and parse option flags?

1017


What are keywords c?

986


Explain how do you list a file’s date and time?

991


Is c a great language, or what?

1052