what is the different between if-else and switch statment
(other than syntax)
Answer Posted / sujoy dutta
we can use all varriables within if else.but we can't use
all verriables within switch case.example :-float and
String we can't use within switch case.
Is This Answer Correct ? | 17 Yes | 7 No |
Post New Answer View All Answers
What is the use of getchar() function?
How do I determine whether a character is numeric, alphabetic, and so on?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Differentiate between functions getch() and getche().
Why c is known as a mother language?
What do you mean by c?
What is typedef?
Why c is called a mid level programming language?
Write a program to print factorial of given number without using recursion?
How can you check to see whether a symbol is defined?
What is c language and why we use it?
Why we not create function inside function.
What does the message "automatic aggregate intialization is an ansi feature" mean?
What is wrong with this statement? Myname = 'robin';
Create a simple code fragment that will swap the values of two variables num1 and num2.