Answer Posted / krishna
Switch statement is a selection statement which is used in a situation where there exists various cases and one needs to jump over to the required statement without executing the precedence statements
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Why is extern used in c?
What is the difference between functions abs() and fabs()?
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 string?
Can a pointer point to null?
Why is %d used in c?
Why isn't it being handled properly?
What is the difference between typedef and #define?
what are the 10 different models of writing an addition program in C language?
How do you initialize pointer variables?
Calculate 1*2*3*____*n using recursive function??
What is structure packing in c?
How can you be sure that a program follows the ANSI C standard?
What is an lvalue?
Is it cc or c in a letter?