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. What is the output of C Program with Strings?
Q. What will be the output of the following C code? (Initial values: p= 10, q = 12)
Q. What will be the output of the following program ?
Q. Dynamic memory management functions are defined in ______ header file
Q. Number of Keywords present in C Language are?
Q. Which of these is not a valid parameter passing method in C?
Q. What will be the output of the following statement ?
Q. The binary equivalent of 5.375 is
Q. Which of the following is not true about structs in C?
Q. Which is correct with respect to the size of the data types in C?
Discusssion
Login to discuss.