what is the different between if-else and switch statment
(other than syntax)
Answer Posted / abhay kumar
if else checks for all he conditions where as switch
directly jump to specified case.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does sizeof return c?
What is hash table in c?
write a program fibonacci series and palindrome program in c
What does %d do?
Differentiate between full, complete & perfect binary trees.
What is the difference between array and pointer in c?
Can a file other than a .h file be included with #include?
What is meant by inheritance?
Is there any demerits of using pointer?
What is the c value paradox and how is it explained?
What does typedef struct mean?
What is file in c language?
Explain what is the difference between a string and an array?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Write a program to print "hello world" without using a semicolon?