what is the different between if-else and switch statment
(other than syntax)
Answer Posted / manikandan
if else
is nothing but private variables.
structure is nothing but continuous allocation and public
variables and dissimilar data type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How are pointers declared in c?
Are the outer parentheses in return statements really optional?
How can I delete a file?
List some applications of c programming language?
What are near, far and huge pointers?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What is a far pointer in c?
What is #error and use of it?
Can a function argument have default value?
What does double pointer mean in c?
What is the general form of #line preprocessor?
Is c++ based on c?
Which function in C can be used to append a string to another string?
What is main () in c language?
Is fortran faster than c?