Is there a way to switch on strings?


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

Post New Answer

More C Interview Questions

What is a node in c?

0 Answers  


What are the advantages and disadvantages of c language?

0 Answers  


There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?

1 Answers  


union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


What is void main () in c?

0 Answers  






When should the volatile modifier be used?

0 Answers  


write a program which will count occurance of a day between two dates.

1 Answers   IonIdea,


What are the advantages of using new operator as compared to the function malloc ()?

0 Answers   NIIT,


What are different types of operators?

0 Answers  


What is function and its example?

0 Answers  


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

0 Answers  


Why is sprintf unsafe?

0 Answers  


Categories