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
What are the types of arrays in c?
What is dynamic variable in c?
In a switch statement, explain what will happen if a break statement is omitted?
Explain how do you determine the length of a string value that was stored in a variable?
What is d'n in c?
How can I manipulate individual bits?
What is the difference between if else and switchstatement
Do you know the use of 'auto' keyword?
What does %c do in c?
Write a program to print all permutations of a given string.
Explain what is dynamic data structure?
Why do we need arrays in c?
What is a ternary operator in c?
Why do we use header files in c?
Can you please compare array with pointer?