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 of the following program?
main()
{
int i=-1,j=-1,k=0,l=2,m;
m=i++&&j++&&k++||l++;
printf("%d %d %d %d %d",i,j,k,l,m);
}

Answer Posted / abhradeep chatterjee

0 0 1 3 1

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 the difference between a free-standing and a hosted environment?

1193


cavium networks written test pattern ..

4140


What is wild pointer in c?

1126


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

1138


What is a shell structure examples?

1148


Tell me the use of bit field in c language?

1108


Distinguish between actual and formal arguments.

1126


What is null in c?

1155


Is c language still used?

1045


Can true be a variable name in c?

1090


Explain the difference between null pointer and void pointer.

1134


What are the advantages of using Unions?

1172


What is c language used for?

1026


what is the function of pragma directive in c?

1179


How do you override a defined macro?

1317