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
What is the symbol indicated the c-preprocessor?
What does sizeof function do?
What is typeof in c?
What is dangling pointer in c?
What is operator promotion?
What is n in c?
What will be your course of action for a push operation?
What are the properties of union in c?
What is a void pointer? When is a void pointer used?
What is the stack in c?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
How to draw the flowchart for structure programs?
Can we assign integer value to char in c?
Explain two-dimensional array.