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 output of the following program ?

main()
{
i = 1;
printf("%d %d %d\n",i,i++,i++);
}

Answer Posted / guest

error exist due to nat declaring datatype for i

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you restore a redirected standard stream?

1119


Write a program to swap two numbers without using a temporary variable?

1122


What does static variable mean in c?

1100


Differentiate between calloc and malloc.

1261


Are there any problems with performing mathematical operations on different variable types?

1039


What is the maximum no. of arguments that can be given in a command line in C.?

1145


Why header files are used?

1118


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

2091


What are the types of bitwise operator?

1107


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

1172


What is the difference between the = symbol and == symbol?

1113


Explain what are the different file extensions involved when programming in c?

1107


How can I do serial ("comm") port I/O?

1180


What is nested structure with example?

1071


In C language, a variable name cannot contain?

1274