Which is more efficient, a switch statement or an if else chain?


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

Post New Answer

More C Interview Questions

how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *

3 Answers  


What is a constant and types of constants in c?

0 Answers  


Subtract Two Number Without Using Subtraction Operator

0 Answers  


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  


What is an example of enumeration?

1 Answers  






Explain how do you generate random numbers in c?

0 Answers  


what is c language?

2 Answers  


#define d 10+10 main() { printf("%d",d*d); }

6 Answers  


What is typedef?

1 Answers  


what does ‘segmentation violation’ mean?

1 Answers  


Differentiate between the = symbol and == symbol?

0 Answers  


What is meant by type specifiers?

0 Answers  


Categories