Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?


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

Post New Answer

More C Interview Questions

What is a macro in c preprocessor?

0 Answers  


Write a C program to find the smallest of three integers, without using any of the comparision operators.

7 Answers   TCS,


Why doesnt this code work?

0 Answers  


How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)

4 Answers  


multiple of 9 without useing +,* oprator

3 Answers  






how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);

19 Answers   RMSI,


How to explain the final year project as a fresher please answer with sample project

0 Answers  


What is omp_num_threads?

0 Answers  


What are linker error?

0 Answers  


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

0 Answers  


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

3 Answers  


Can anyone tell what is stack overflow? what precaution we should take?

1 Answers  


Categories