what is the different between if-else and switch statment
(other than syntax)
Answer Posted / sanjay parmar sirsa
If-else
we depand the condition
if condition true then true block will be excuted
else
false block will be excuted
switch have number of choice we can excute any choice
| Is This Answer Correct ? | 21 Yes | 6 No |
Post New Answer View All Answers
What does typeof return in c?
What is switch in c?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is the function of this pointer?
Explain what is #line used for?
how can I convert a string to a number?
What is the condition that is applied with ?: Operator?
Explain what is the difference between null and nul?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Explain the use of fflush() function?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is a pragma?
Where in memory are my variables stored?
What is include directive in c?
Why does notstrcat(string, "!");Work?