Answer Posted / d.jeswanth
switch statement can be defined as " it can choose a
related option from the multiple options ".it belongs to
control and conditonal statements.
*************thank you************
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is difference between union All statement and Union?
difference between native and cross compilers
What is #error and use of it?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is call by reference in functions?
Why does not c have an exponentiation operator?
Write a c program to demonstrate character and string constants?
How many levels of pointers can you have?
What is the correct code to have following output in c using nested for loop?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is an array in c?
What is pragma c?
What should malloc(0) do?
What are the applications of c language?
What are valid signatures for the Main function?