what is the different between if-else and switch statment
(other than syntax)
Answer Posted / subbu
Basically while coding developers prefer Switch rather than
If-Else.
But inturn switch gets transferred to IF-ELSe format during
compilation.
| Is This Answer Correct ? | 31 Yes | 87 No |
Post New Answer View All Answers
What is difference between union All statement and Union?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Why c is called a middle level language?
Explain what is the difference between a string and an array?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Define recursion in c.
What is uint8 in c?
What is the newline escape sequence?
What is the collection of communication lines and routers called?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Explain what’s a signal? Explain what do I use signals for?
What is the correct code to have following output in c using nested for loop?
What is the use of header files?
What does nil mean in c?
What is the usage of the pointer in c?