what is the different between if-else and switch statment
(other than syntax)
Answer Posted / abhay kumar
if else checks for all he conditions where as switch
directly jump to specified case.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why we use conio h in c?
Does * p ++ increment p or what it points to?
What are the main characteristics of c language describe the structure of ac program?
What is the use of #define preprocessor in c?
Is fortran faster than c?
Why shouldn’t I start variable names with underscores?
write a program fibonacci series and palindrome program in c
What library is sizeof in c?
What is the use of in c?
what is the syallabus of computer science students in group- 1?
What is the explanation for the dangling pointer in c?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is the use of header?
Are the outer parentheses in return statements really optional?
Explain what are linked list?