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 = -3,j=2,k=0,m;
m= ++i || ++j && ++k;
printf("%d%d%d",i,j,k,m);
}

Answer Posted / mayur dharmik

output
-220

i.e,
i=-2, j=2, k=0.
it will print only 1st three value.

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of 'auto' keyword

1113


write a program to concatenation the string using switch case?

2083


Differentiate between full, complete & perfect binary trees.

1081


Which one would you prefer - a macro or a function?

1066


What is the difference between functions abs() and fabs()?

1134


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?

2531


Explain what is gets() function?

1060


What is the purpose of main( ) in c language?

1125


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

2310


What are the types of i/o functions?

1321


Explain low-order bytes.

1016


What is the size of enum in c?

1103


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

2080


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

2059


Explain how can I avoid the abort, retry, fail messages?

1034