C
Q. Which of the following is valid syntax for creating a while loop?
The correct syntax for creating a while loop is: while(condition){ }
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. C is a which level language?
Q. What is the output of C Program with functions.?
Q. A pointer that is pointing to NOTHING is called
Q. Which of the following function is more appropriate for reading in a multi-word string?
Q. Functions in C Language are always _________
Q. Dimensions of an array in C are?
Q. What is the default C Storage Class for a variable?
Discusssion
Login to discuss.