what is the different between if-else and switch statment
(other than syntax)
Answer Posted / girish patidar
switch can't check all cases but goto directly
on the perticular case but if checkes all case and verify
condition then execute.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi can anyone tell what is a start up code?
What is malloc return c?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Can variables be declared anywhere in c?
What are header files and explain what are its uses in c programming?
Difference between MAC vs. IP Addressing
How are variables declared in c?
What does stand for?
What are the properties of union in c?
What is the difference between scanf and fscanf?
What is the right way to use errno?
explain what are pointers?
what are the advantages of a macro over a function?
What does c in a circle mean?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above