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

20. main()
{
int i=5;
printf("%d%d%d%d%d%d",i++,i--,++i,--i,i);
}
Answer:??????

Answer Posted / ashok kumar

45545

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you do dynamic memory allocation in C applications?

1048


What is new line escape sequence?

1269


i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....

1919


What is cohesion in c?

925


What is the purpose of clrscr () printf () and getch ()?

1025


Can we replace the struct function in tree syntax with a union?

1241


If the size of int data type is two bytes, what is the range of signed int data type?

977


Can you please explain the difference between malloc() and calloc() function?

1053


What is getch() function?

1012


What is the use of getch ()?

1039


Multiply an Integer Number by 2 Without Using Multiplication Operator

728


What is difference between structure and union in c programming?

1021


Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

1601


What is return in c programming?

920


Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?

1016