C
Q. Without a break statement in switch what will happen?
The break statement is used to terminate the current flow of code. And if it is not present in the switch statement, the cases will execute all cases after the matched case.
You must be Logged in to update hint/solution
Q. An uninitialized pointer in C is called ___
Q. Which of the following is true about recursion?
Q. All keywords in C are in ____________
Q. Which of the following is language processor?
Q. Which one is not a keyword in C
Q. Which one of the following is not a linear data structure?
Q. Choose the correct statements
Q. Which of the following are correct file opening modes in C?
Discusssion
Login to discuss.