main()
{
int y=10;
if(y++>9 && y++!=10 && y++>10)
{
printf("%d",y);
else
printf("%d",y);
}
}
Answer Posted / shruthi
12
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How do you reset or reseed the IDENTITY column?
what should i say in the interview if interviewer asks me "why did you choose IT instead of your core group?"
i want to know details about SBI bank exam and date when to apply and what is the eligibility and the model papers related to it and various post available for Engineering in Information Technology.
what are the efficient way or solutions to avoid ABEND=S04C.
What is the allowable load carrying capacity of a circular column section of 400 mm diameter reinforced with 6x25 mm diameter bars adequately tied with spirals? Consider concrete of grade M25 and steel of grade Fe 415.
c ka base kya hota hai? what is communication?
Please explain why you are suitable for the position that you have applied for?
pls send me the e-book for verbal and non verbal reasoning of R S aggarwall
hello sir, i'm persuing my B.tech final year in textile chemistry and have a diploma in electronics and communication...interviewer ask why you should adopt textile chemistry from electronics and communication....please give me the best answer... thank you
5S training documents
Write a program to maintain a singly linked list having the following functions: a) Creation of the list b) Displaying the list. c) Swap all nodes at consecutive even odd positions. E.g.: The nodes at position 1 should be swapped with node 2, node 3 with node 4 and so on.
how will u send the idoc
what we have to say about hobbies,strong points,weak points
why u r shifting from engineering to other field ?
I am getting the following error,when I am running the script, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. My Script: Itemname=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Print Itemname Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").Select "Itemname" Any Help? Thanks, Uma