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 is difference between scanf and gets?
What does #pragma once mean?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Explain the use of #pragma exit?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Here is a neat trick for checking whether two strings are equal
What is a far pointer in c?
Can you add pointers together? Why would you?
What are the two types of structure?
What are the different properties of variable number of arguments?
Explain how do you list files in a directory?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
What do you mean by invalid pointer arithmetic?
What is a double c?