In a switch statement, what will happen if a break statement is omitted?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is your favorite subject?

1 Answers   Ericsson, Invendis, Tech Mahindra,


Can we replace the struct function in tree syntax with a union?

0 Answers   Huawei,


Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv

6 Answers   Accenture,


what is the difference between static variable and register variable?

3 Answers  


Diff between for loop and while loop?

2 Answers   TCS,






How many main () function we can have in a project?

0 Answers  


/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }

1 Answers   CDAC,


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

0 Answers  


Bit swapping

2 Answers  


What is difference between structure and union with example?

0 Answers  


f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed

5 Answers  


how to count no of words,characters,lines in a paragraph.

0 Answers  


Categories