R
Q. What will be the output of the following program ?
#include void main() { int a = 2; switchA. { case 1: printf(“goodbye”); break; case 2: continue; case 3: printf(“bye”); } }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which function is used to compare two strings in C?
Q. What is the output of this program?
Q. An array is a collection of variables that are of the dissimilar data type.
Q. What will be output for the following code?
Q. The sqrt() function is used to calculate which value?
Q. Which is not a valid keyword in C language?
Q. What is the output of C program with switch statement or block?
Q. Which of the following declaration is not supported by C language?
Discusssion
Login to discuss.