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. What is the output of C program with switch statement or block.?
Q. Which character(s) is/are used to open a binary file in append mode in C?
Q. With which value should a pointer be initialized?
Q. Which of the following operator has highest Precedence?
Q. In which header file is the NULL macro defined?
Q. What is the output of C program with strings?
Q. What is the output of the C Program?
Discusssion
Login to discuss.