main()
{
int y=10;
if(y++>9 && y++!=10 && y++>10)
{
printf("%d",y);
else
printf("%d",y);
}
}

Answers were Sorted based on User's Feedback



main() { int y=10; if(y++>9 && y++!=10 && y++>10) { printf("..

Answer / jane

13

Is This Answer Correct ?    11 Yes 2 No

main() { int y=10; if(y++>9 && y++!=10 && y++>10) { printf("..

Answer / yash golwara

answer will be 13 but we need to first need to edit the code it has some errors
so could be this
#include<stdio.h>
#include<conio.h>
main()
{
int y=10;
if(y++>9 && y++!=10 && y++>10)
{
printf("%d",y);
}
else
printf("%d",y);
}

so now it will give answer 13 in each process it svalues increases and three process so it will increase to 13

Is This Answer Correct ?    4 Yes 2 No

main() { int y=10; if(y++>9 && y++!=10 && y++>10) { printf("..

Answer / shruthi

12

Is This Answer Correct ?    2 Yes 2 No

main() { int y=10; if(y++>9 && y++!=10 && y++>10) { printf("..

Answer / nagendra kumar

10

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More Engineering AllOther Interview Questions

What is OSPF Open shortest Path First attributes?

0 Answers  


hiii.. i wanna ask u is it neccessary to take coaching for preparing for interwiews for placement. because we have toclear the aptitude test

1 Answers  


Briefly describe your ideal job?

0 Answers  


When are the SBI clerk 2010 results are expected???

1 Answers  


What is the key element of Defect Report and Test case format?

0 Answers  


Who is responsible for PLLs?

1 Answers  


steam turbine working and pressure?

1 Answers  


as a fresher what is the format for resume and suggest me some career objectives too........

0 Answers  


True /False 1.the new operator creats a single instance named class and returns a reference to that object. 2. The conditional operator is otherwise known as the ternary operator. 3. Java compiler .Class files in the path specified in CLASSPATH environmental variable.

2 Answers   TCS,


I HAVE GOT 55% IN 12TH CLASS. IS IT GOOD TO DO B.E. CAN I SIT IN THE CAMPUS SELECTION.

3 Answers   Infosys,


i want a program in c# for 100 or for a number greater than 100.....pls help

0 Answers  


What is the 911 point?

1 Answers  


Categories
  • Civil Engineering Interview Questions Civil Engineering (5085)
  • Mechanical Engineering Interview Questions Mechanical Engineering (4453)
  • Electrical Engineering Interview Questions Electrical Engineering (16637)
  • Electronics Communications Interview Questions Electronics Communications (3918)
  • Chemical Engineering Interview Questions Chemical Engineering (1095)
  • Aeronautical Engineering Interview Questions Aeronautical Engineering (239)
  • Bio Engineering Interview Questions Bio Engineering (96)
  • Metallurgy Interview Questions Metallurgy (361)
  • Industrial Engineering Interview Questions Industrial Engineering (259)
  • Instrumentation Interview Questions Instrumentation (3014)
  • Automobile Engineering Interview Questions Automobile Engineering (332)
  • Mechatronics Engineering Interview Questions Mechatronics Engineering (97)
  • Marine Engineering Interview Questions Marine Engineering (124)
  • Power Plant Engineering Interview Questions Power Plant Engineering (172)
  • Textile Engineering Interview Questions Textile Engineering (575)
  • Production Engineering Interview Questions Production Engineering (25)
  • Satellite Systems Engineering Interview Questions Satellite Systems Engineering (106)
  • Engineering AllOther Interview Questions Engineering AllOther (1379)