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
What is difference between && and & in c?
how to create duplicate link list using C???
Why do we need a structure?
What is build process in c?
What is linear search?
Write a program to generate the Fibinocci Series
What does *p++ do? What does it point to?
Why is void main used?
What is a global variable in c?
Can we declare variables anywhere in c?
How can I change the size of the dynamically allocated array?
is it possible to create your own header files?
How #define works?
What is the use of pointers in C?
how should functions be apportioned among source files?