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
Explain the red-black trees?
Where static variables are stored in c?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
How many parameters should a function have?
What do you understand by normalization of pointers?
What does == mean in texting?
What is the size of structure pointer in c?
What does a pointer variable always consist of?
What is mean by data types in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is an identifier?
What are different types of pointers?
what is stack , heap ,code segment,and data segment
What is #include stdio h?
write a c program to find the sum of five entered numbers using an array named number