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
give me some knowledge about automation on which asked on interview
what is a query for divide a table into two subtable?
can any one send me the configuration of cisco 1841 router????/
in which website , i can able to get the electrical basics.?????????????
what is means of admistrative distance
why dijkstra algorithm not used for negative weighted edges graph??
What is the pattern for HAL Online-exam?
If you were to drill a circular hole in a sheet of metal and then heat the sheet, what would happen to the size of the hole?
please explane me clusterd and non clusterd
could u please tell me where the click view tool coaching in hyderabad
MY QUERY IS REGARDING AS/400. I AM FACING A PROBLEM IN UPDATING A PF COZ IT IS GETTING LOCKED SO I USED CHAIN(N) INSTEAD OF ONLY CHAIN.I ALSO TRIED UPDATE(E) ALONG WITH CHAIN(N),ITS NOT GIVING ANY ERROR BUT AT THE SAME TIME NOT UPDATING THE PF
Write a test case plan for a typical banking application which involves functionalities like Balance enquiry, deposit, fund transfer etc. Make your assumptions and mention the same in your answer sheet.
please provide me the type of questions or question pattern of bally.
what is difference betweeen operator overloading & operator overriding?
how to avoid a class from getting inherited but respective class should be able to instantiate ?