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 / j jhawahar

1,1,2

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a char in c?

1042


What is the explanation for prototype function in c?

1036


Why is this loop always executing once?

1113


I need a sort of an approximate strcmp routine?

1081


Describe dynamic data structure in c programming language?

1140


write a program to display all prime numbers

2024


What are the usage of pointer in c?

1248


Write a Program to accept different goods with the number, price and date of purchase and display them

6302


What are conditional operators in C?

1147


Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

2597


How can I write a function analogous to scanf?

1236


What is a keyword?

1226


Is c is a high level language?

1260


What are compound statements?

1245


What is the basic structure of c?

1164