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
Where local variables are stored in c?
Write a code to generate divisors of an integer?
How will you find a duplicate number in a array without negating the nos ?
What is the purpose of main( ) in c language?
Why is event driven programming or procedural programming, better within specific scenario?
How can you read a directory in a C program?
How can you draw circles in C?
Describe newline escape sequence with a sample program?
write a program to generate address labels using structures?
What is the use of typedef in c?
Does c have enums?
Why c is called a mid level programming language?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What is an arrays?
How do I get a null pointer in my programs?