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
Explain the ternary tree?
Tell me when would you use a pointer to a function?
How can I implement a delay, or time a users response, with sub-second resolution?
What is the explanation for prototype function in c?
What is the modulus operator?
Compare interpreters and compilers.
What is the total generic pointer type?
What is New modifiers?
Write a program to swap two numbers without using a temporary variable?
Which header file is essential for using strcmp function?
difference between Low, Middle, High Level languages in c ?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What are inbuilt functions in c?