What is switch in c?


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

Post New Answer

More C Interview Questions

Define VARIABLE?

0 Answers   ADP,


What do you mean by c?

0 Answers  


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

0 Answers  


What is hungarian notation? Is it worthwhile?

0 Answers  


who is first prime minister in india??

8 Answers   Wipro,






main() { static int ivar=5; printf("%d",ivar--); if(ivar) main(); }

3 Answers   CSC,


c program to manipulate x=1+3+5+...+n using recursion

2 Answers   Wipro,


What is atoi and atof in c?

0 Answers  


Can you please explain the difference between exit() and _exit() function?

0 Answers  


Which is best book for data structures in c?

0 Answers  


what are the advantages & disadvantages of unions?

2 Answers  


Is Exception handling possible in c language?

0 Answers   Wipro,


Categories