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
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
How can a string be converted to a number?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Does * p ++ increment p or what it points to?
What is d scanf?
Describe wild pointers in c?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What are the primitive data types in c?
What are the back slash character constants or escape sequence charactersavailable in c?
What is scope of variable in c?
What is the meaning of typedef struct in c?
Are the expressions * ptr ++ and ++ * ptr same?
How macro execution is faster than function ?
Define and explain about ! Operator?