what is the different between if-else and switch statment
(other than syntax)
Answer Posted / lingaraj patra
Th switch structure is a multiple-selection structure that
allows the handling of even more complicated decision
statements other than a two-way if-else structure
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What do you mean by dynamic memory allocation in c? What functions are used?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is the difference between class and object in c?
Can the size of an array be declared at runtime?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Why header files are used?
Which header file is essential for using strcmp function?
What is a pointer and how it is initialized?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
How can this be legal c?
What is header file in c?
How many data structures are there in c?
Combinations of fibanocci prime series
What is string length in c?
What are the types of operators in c?