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 the translation phases used in c language?
what are the facialities provided by you after the selection of the student.
What language is lisp written in?
How do we make a global variable accessible across files? Explain the extern keyword?
What is the value of h?
When should the register modifier be used? Does it really help?
Why flag is used in c?
a program that can input number of records and can view it again the record
What is array in C
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is double pointer in c?
What is scope rule in c?
What is the difference between array and linked list in c?
What is #include stdio h and #include conio h?
Explain can static variables be declared in a header file?