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

what is the output for this question:
main()
{
int i=1;
printf("%d%d%d",i,i++,++i);
}

Answer Posted / sebestiraj

1,2,3

Is This Answer Correct ?    1 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a spanning Tree?

1660


How does free() know explain how much memory to release?

1105


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

3304


Is there any possibility to create customized header file with c programming language?

1104


What are pointers? What are different types of pointers?

1216


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3741


in iso what are the common technological language?

2158


What's the difference between constant char *p and char * constant p?

1191


Write a program to print factorial of given number without using recursion?

1035


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

2022


What is bss in c?

1151


write a program to generate address labels using structures?

4618


Can a variable be both constant and volatile?

1176


What is a file descriptor in c?

1191


For what purpose null pointer used?

1111