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. Choose a correct statement about C language arrays.
Q. signed and unsigned representation is available for.?
Q. What is an Identifier in C Language?
Q. What is the output of C program?
Q. What is the scope of static class specifier?
Q. What will happen if the loop condition will never become false?
Q. What is the output of the program.? #include<stdio.h>
Q. Which of the following function is more appropriate for reading in a multi-word string?
Discusssion
Login to discuss.