Y
Q. What is the output of this C code?
#include <stdio.h> main() { if (sizeof(int) > -1) printf("True"); else printf("False"); }
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. The C library function double fmod(double x, double y) returns the remainder of x divided by y.
Q. A recursive function is faster than __ loop.
Q. What is the output of C Program with strings?
Q. What will be the output of the following C code?
Q. What is the output of C program with functions?
Q. What are the elements present in the array of the following C code?
Q. In C, static storage class cannot be used with:
Discusssion
Login to discuss.