When is a “switch” statement preferable over an “if” statement?


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

Post New Answer

More C Interview Questions

what is volatile in c language?

9 Answers   Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,


What is the description for syntax errors?

0 Answers  


Which are low level languages?

0 Answers  


how does the C compiler interpret the following two statements p=p+x; q=q+y; a.p=p+x; q=q+y b.p=p+xq=q+y c.p=p+xq; q=q+y d.p=p+x/q=q+y

4 Answers   TCS,


Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.

11 Answers   Microsoft,






What is the difference between NULL and NUL?

0 Answers   Aspire, Infogain,


How do you initialize pointer variables?

0 Answers  


what is data structure?

5 Answers   CBSE,


What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?

2 Answers  


What is New modifiers?

0 Answers   NA,


Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?

1 Answers   HCL,


Why is the code below functioning. According to me it MUST NOT.

1 Answers  


Categories