what is the different between if-else and switch statment
(other than syntax)
Answer Posted / kuldeep sadhu
actually if else is a cndition checking system but the
switch is a selection of user typed type......
& secondly switch does not check all cases but jump directly
on the user interested case but if checkes all.............
Is This Answer Correct ? | 61 Yes | 23 No |
Post New Answer View All Answers
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Why enum is used in c?
What is a good data structure to use for storing lines of text?
What is const keyword in c?
Write a program to find factorial of a number using recursive function.
What are pointers really good for, anyway?
What is a lookup table in c?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Explain what is the concatenation operator?
Is flag a keyword in c?
What is the significance of scope resolution operator?
ATM machine and railway reservation class/object diagram
What is meant by realloc()?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What is meant by preprocessor in c?