Answer Posted / mounika
In switch case we use : In c
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is pragma c?
What does a function declared as pascal do differently?
What are the difference between a free-standing and a hosted environment?
What is the difference between if else and switchstatement
What is hashing in c language?
in iso what are the common technological language?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Explain how do you print only part of a string?
What are type modifiers in c?
Write a program to check prime number in c programming?
How to get string length of given string in c?
Explain how can I pad a string to a known length?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What are qualifiers in c?
Why c is procedure oriented?