Write the syntax and purpose of a switch statement in C.


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

Post New Answer

More C Interview Questions

when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none

7 Answers   HCL,


main() { int a[10]; printf("%d",*a+1-*a+3); }

2 Answers  


name the language for writing c compiler?

3 Answers   Microsoft,


What is a list in c?

0 Answers  


Find MAXIMUM of three distinct integers using a single C statement

0 Answers  


What do you mean by c what are the main characteristics of c language?

0 Answers  


What is a loop?

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,


Does c have function or method?

0 Answers  


How to add two numbers without using semicolon n c????

3 Answers  


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

4 Answers   CTS,


/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*

6 Answers  


Categories