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

how to add our own function in c library please give details.?

1 Answers   TCS,


Is c procedural or object oriented?

0 Answers  


What are the Advantages of using macro

0 Answers  


Explain how can you restore a redirected standard stream?

0 Answers  


main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }

6 Answers  






What are shell structures used for?

0 Answers  


What is a c token and types of c tokens?

0 Answers  


c program to input values in a table(using 2D array) and print odd numbers from them

1 Answers  


how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.

3 Answers   Google,


Write a program to know whether the input number is an armstrong number.

0 Answers   Wipro,


What is static memory allocation?

0 Answers  


how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.

2 Answers  


Categories