what is the different between if-else and switch statment
(other than syntax)
Answer Posted / sujoy dutta
we can use all varriables within if else.but we can't use
all verriables within switch case.example :-float and
String we can't use within switch case.
| Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
When should volatile modifier be used?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Is flag a keyword in c?
Does * p ++ increment p or what it points to?
What is the function of this pointer?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
plz let me know how to become a telecom protocol tester. thank you.
how to create duplicate link list using C???
#include
What is the usage of the pointer in c?
What is %s and %d in c?
Why can’t constant values be used to define an array’s initial size?
How can I delete a file?
Explain how can you tell whether a program was compiled using c versus c++?
What are keywords c?