main()
{
int l=6;
switch(l)
{
default:l=l+2;
case 4:l=4;
case 5:l++;
break;
}
printf("%d",l);
}
Answer Posted / sudeshna
5
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is structure and union in c?
In a byte, what is the maximum decimal number that you can accommodate?
What is the difference between NULL and NUL?
What is sorting in c plus plus?
Why do we write return 0 in c?
Write a program of advanced Fibonacci series.
Where define directive used?
What are disadvantages of C language.
What does c mean in basketball?
i have a written test for microland please give me test pattern
How many identifiers are there in c?
What is difference between main and void main?
What is extern c used for?
How pointer is different from array?