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's the difference between a linked list and an array?

14 Answers  


What is the hardest programming language?

0 Answers  


Write a program to print all the prime numbers with in the given range

8 Answers   ABC, College School Exams Tests, TCS,


How can I change the size of the dynamically allocated array?

0 Answers  


void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }

3 Answers   ME, pspl,






What is the importance of c in your views?

0 Answers  


What is structure packing in c?

0 Answers  


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

0 Answers  


In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a

2 Answers   BitWise,


Explain what is #line used for?

0 Answers  


How can I implement a delay, or time a users response, with sub-second resolution?

0 Answers  


Two's compliment of -5

4 Answers   Adobe,


Categories