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
What is hashing in c language?
Is c object oriented?
What is "Hungarian Notation"?
Explain what are multidimensional arrays?
What is pre-emptive data structure and explain it with example?
What is 1d array in c?
How does #define work?
Without Computer networks, Computers will be half the use. Comment.
Explain what will the preprocessor do for a program?
What are the valid places to have keyword “break”?
simple program of graphics and their output display
What is the purpose of void pointer?
Differentiate fundamental data types and derived data types in C.
Can static variables be declared in a header file?
What do you mean by c what are the main characteristics of c language?