what is the different between if-else and switch statment
(other than syntax)
Answer Posted / girish patidar
switch can't check all cases but goto directly
on the perticular case but if checkes all case and verify
condition then execute.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is the use of a semicolon (;) at the end of every program statement?
Explain b+ tree?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
How can you tell whether a program was compiled using c versus c++?
Can the sizeof operator be used to tell the size of an array passed to a function?
What is variables in c?
What do you understand by friend-functions? How are they used?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is typeof in c?
What is the use of gets and puts?
What are nested functions in c?
What is a static variable in c?
State the difference between x3 and x[3].
How to establish connection with oracle database software from c language?
Do variables need to be initialized?