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

the answer is 12..... 5 + 7

Is This Answer Correct ?    12 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the general form of a C program?

1070


What is the argument of a function in c?

1102


Write a function that will take in a phone number and output all possible alphabetical combinations

1100


What is array of pointers to string?

1159


What are structural members?

1066


What is the description for syntax errors?

1217


Why does the call char scanf work?

1261


What is volatile variable in c?

1155


Tell us the use of fflush() function in c language?

1201


What is function prototype in c with example?

1163


What is the purpose of macro in C language?

1164


Explain the difference between malloc() and calloc() in c?

1102


what is recursion in C

1117


What is d'n in c?

1176


#include { printf("Hello"); } how compile time affects when we add additional header file .

1942