what is the different between if-else and switch statment
(other than syntax)
Answer Posted / thiyagu.p
Simply saying, IF-ELSE can have values based on constraints
where SWITCH can have values based on user choice.
| Is This Answer Correct ? | 187 Yes | 42 No |
Post New Answer View All Answers
What are the application of void data type in c?
explain how do you use macro?
What is use of null pointer in c?
What is typedef example?
can anyone suggest some site name..where i can get some good data structure puzzles???
Explain output of printf("Hello World"-'A'+'B'); ?
What is an operator?
Explain how can you restore a redirected standard stream?
Describe explain how arrays can be passed to a user defined function
Can a variable be both const and volatile?
a program that can input number of records and can view it again the record
What are qualifiers and modifiers c?
How can I run c program?
What is queue in c?
Write a program to check palindrome number in c programming?