what is the different between if-else and switch statment
(other than syntax)
Answer Posted / srinivasa reddy
Internally IF-ELSE implements Linear search, where as
SWITCH implements Binary search.
| Is This Answer Correct ? | 35 Yes | 51 No |
Post New Answer View All Answers
What is anagram in c?
Explain the use of keyword 'register' with respect to variables.
Is there any demerits of using pointer?
difference between Low, Middle, High Level languages in c ?
Why does the call char scanf work?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is difference between constant pointer and constant variable?
How can I change their mode to binary?
What are the types of c language?
Why can arithmetic operations not be performed on void pointers?
what is the diffrenet bettwen HTTP and internet protocol
Should I learn c before c++?
Is c procedural or functional?
What is wild pointer in c?
What are the types of pointers in c?