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...

void main()
{
int i=5;
printf("%d",i++ + ++i);
}

Answer Posted / basha

I have compiled this program. The ans is 12

Is This Answer Correct ?    45 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

1310


How many identifiers are there in c?

1085


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2488


Where static variables are stored in memory in c?

1052


How can I call a function with an argument list built up at run time?

1287


What are the 5 types of inheritance in c ++?

1073


How do c compilers work?

1199


What is the use of a conditional inclusion statement in C?

1112


How do you generate random numbers in C?

1246


How do I convert a string to all upper or lower case?

1173


What does it mean when a pointer is used in an if statement?

1156


Explain how can I prevent another program from modifying part of a file that I am modifying?

1142


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

5266


What is the use of typedef in c?

1083


Why doesnt long int work?

1100