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
How many header files are in c?
Is fortran faster than c?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is typedef example?
write an algorithm to display a square matrix.
Explain how do you generate random numbers in c?
What is calloc() function?
code for quick sort?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What are the difference between a free-standing and a hosted environment?
What tq means in chat?
Is c a great language, or what?
What is #define used for in c?
How can I dynamically allocate arrays?