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

error: i doesn't declared in a correct way
int i=1

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c++ based on c?

1070


Why we use int main and void main?

1073


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

1975


What is file in c preprocessor?

1145


Explain the priority queues?

1073


Hi can anyone tell what is a start up code?

2061


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

1893


How can you pass an array to a function by value?

1120


Why is extern used in c?

1091


Explain what are multidimensional arrays?

1068


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1093


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2686


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

1232


write a program in c language to print your bio-data on the screen by using functions.

6787


How do we make a global variable accessible across files? Explain the extern keyword?

1880