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 i=5;
printf("%d%d%d%d",i++,i--,i);
}

Answer Posted / ajay karanam

4554202496

Is This Answer Correct ?    3 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is a macro different from a function?

1245


Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given

3125


What is string in c language?

1246


Are comments included during the compilation stage and placed in the EXE file as well?

1127


What 'lex' does?

1228


What is sizeof int in c?

1112


What are the 5 elements of structure?

1129


Describe the steps to insert data into a singly linked list.

1118


Can you please explain the difference between exit() and _exit() function?

1083


How can I list all of the predefined identifiers?

1032


How would you obtain the current time and difference between two times?

1338


Where are the auto variables stored?

1205


Write a C program in Fibonacci series.

1135


What is variable declaration and definition in c?

967


develop algorithms to add polynomials (i) in one variable

2236