G
Q. Will the following C code compile without any error?
#include <stdio.h> int main() { for (int k = 0; k < 10; k++); return 0; }
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 gcc flag is used to enable all Compiler warnings?
Q. When 2 is entered, The output of the code below is?
Q. Which of the following is not possible statically in C language?
Q. Which of the following is the proper syntax for declaring macros in C?
Q. do-while loop terminates when conditional expression returns?
Q. Which of the following is not a data type in c
Q. Far pointer can access ____
Q. What is the output of C Program?
Q. What is the value of character constant 'A' of ASCII character set?
Discusssion
Login to discuss.