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
List some of the static data structures in C?
What are the rules for identifiers in c?
Why c is called a middle level language?
Do string constants represent numerical values?
what is ur strangth & weekness
What is the purpose of scanf() and printf() functions?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
why wipro wase
What are the different data types in C?
What are the different types of control structures?
What is the difference between printf and scanf )?
How do you determine the length of a string value that was stored in a variable?
How do you generate random numbers in C?
write a program to rearrange the array such way that all even elements should come first and next come odd
Can the size of an array be declared at runtime?