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 does *p++ do?
How can I write a function that takes a format string and a variable number of arguments?
How main function is called in c?
What standard functions are available to manipulate strings?
What are data structures in c and how to use them?
What is the difference between printf and scanf in c?
What is #include called?
what are the advantages of a macro over a function?
How can I make it pause before closing the program output window?
What is define directive?
What is the difference between functions getch() and getche()?
List a few unconditional control statement in c.
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
Explain what standard functions are available to manipulate strings?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none