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 / mannucse

35 39

Is This Answer Correct ?    6 Yes 48 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between union and structure in c?

1244


How to compare array with pointer in c?

1167


Are c and c++ the same?

1103


What is the difference between array and structure in c?

1243


Implement bit Array in C.

1199


Explain b+ tree?

1126


How do you write a program which produces its own source code as output?

1174


Where we use clrscr in c?

1186


Write the control statements in C language

1279


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

1049


Is that possible to add pointers to each other?

1426


What are the 5 organizational structures?

1080


What is the difference between pure virtual function and virtual function?

1180


how to execute a program using if else condition and the output should enter number and the number is odd only...

2370


Can you define which header file to include at compile time?

1070