main()
{
int l=6;
switch(l)
{
default:l=l+2;
case 4:l=4;
case 5:l++;
break;
}
printf("%d",l);
}



main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("..

Answer / sudeshna

5

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C Interview Questions

When should I declare a function?

0 Answers  


What is far pointer in c?

0 Answers  


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

0 Answers   Wilco,


WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?

6 Answers   Finite Infotech, Lovely Professional University, Wipro,


write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)

7 Answers   Consultancy, DBU, FD, JK Associates, Kobe, Satyam,


What is array of pointers to string?

0 Answers  


What is c programming structure?

0 Answers  


What is the use of in c?

0 Answers  


what is the use of using linked list and array?

10 Answers   Infosys, TCS,


What is the use of the function in c?

0 Answers  


Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .

4 Answers   State Bank Of India SBI,


hi how to convert program from notepad to turboc editor can u please help me

3 Answers  


Categories