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
Can two or more operators such as and be combined in a single line of program code?
What is realloc in c?
What is the difference between fread buffer() and fwrite buffer()?
What are the general description for loop statement and available loop types in c?
what do the 'c' and 'v' in argc and argv stand for?
Explain About fork()?
What are qualifiers in c?
What is the use of ?: Operator?
What is the difference between strcpy() and memcpy() function in c programming?
code for replace tabs with equivalent number of blanks
Explain what is the difference between functions getch() and getche()?
What do you understand by normalization of pointers?
what will be the output for the following main() { printf("hi" "hello"); }
what is ur strangth & weekness
Why pointers are used?