C
Q. Which of these is an exit-controlled loop?
The do...while loop check for a condition after executing the loop block once. Hence, it is called an exit-controlled loop.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which of the following data structure is linear type?
Q. What is the output of C Program?
Q. What will be the output of the following C code?
Q. Which of the following is not possible statically in C language?
Q. Variable names beginning with underscore is not encouraged. Why?
Q. Functions can return structure in c?
Q. The parameter passing mechanism for an array is
Q. Which one of the following is not a linear data structure?
Discusssion
Login to discuss.