what is the different between if-else and switch statment
(other than syntax)
Answer Posted / manikandan
if else
is nothing but private variables.
structure is nothing but continuous allocation and public
variables and dissimilar data type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a null string in c?
What does %p mean?
What is a newline escape sequence?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Explain the bubble sort algorithm.
Who is the main contributor in designing the c language after dennis ritchie?
What is difference between arrays and pointers?
In a header file whether functions are declared or defined?
Tell me when is a void pointer used?
Explain what is wrong with this program statement? Void = 10;
What do you mean by keywords in c?
What do you mean by scope of a variable in c?
largest Of three Number using without if condition?
What is the benefit of using #define to declare a constant?
Explain union.