Answer Posted / amit
A switch statement is a selection statement that lets you
transfer control to different statements within the switch
body depending on the value of the switch expression. The
switch expression must evaluate to an integral or enumeration
value.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a stream in c programming?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
What is function what are the types of function?
What is the difference between declaring a variable and defining a variable?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What is a const pointer?
Why is python slower than c?
program for reversing a selected line word by word when multiple lines are given without using strrev
What are c header files?
Without Computer networks, Computers will be half the use. Comment.
What is cohesion in c?
How can I access an I o board directly?
What is typedef example?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What is sizeof int in c?