what is the different between if-else and switch statment
(other than syntax)
Answer Posted / nabila
if else use only the statements that are in two condition
switch atatements use different cases
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
shorting algorithmS
What are the types of i/o functions?
Why is event driven programming or procedural programming, better within specific scenario?
Disadvantages of C language.
Are c and c++ the same?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What is a stream water?
Is there a way to jump out of a function or functions?
How do I round numbers?
Why are all header files not declared in every c program?
Explain what is the benefit of using #define to declare a constant?
How pointer is different from array?
What are the back slash character constants or escape sequence charactersavailable in c?
Why c is known as a mother language?
What's the best way of making my program efficient?