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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the use of keyword 'register' with respect to variables.
Write a program to print fibonacci series without using recursion?
Difference between MAC vs. IP Addressing
while initialization of array why we use a[][2] why not a[2][]...?
can anyone please tell about the nested interrupts?
What is data type long in c?
What is a program flowchart and how does it help in writing a program?
Explain what’s a signal? Explain what do I use signals for?
How do you use a 'Local Block'?
What does dm mean sexually?
Why is void main used?
How can you increase the allowable number of simultaneously open files?
For what purpose null pointer used?
write a c program for swapping two strings using pointer
Are the expressions * ptr ++ and ++ * ptr same?