Question: 2 a ) Find output when input values of b are 4 , 5 , 1 0 and 1 2 , respectively scanf ( %

2 a) Find output when input values of b are 4,5,10 and 12, respectively scanf(%d, &b); printf(Start
); if (b<=5) printf(Hello
); else if(b>5) printf(World
); else if ((b>=2)&&(b<10)) printf(UIU
); else if ((b>2)||(b<=10)) printf(CSE
); else printf(Error
); printf(Stop);

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!