Y
Q. What is the output of this C code?
#include <stdio.h> int main() { float f = 0.1; if (f == 0.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. Which of the following is an invalid if-else statement?
Q. Which of the following declaration is not supported by C language?
Q. If a functions return type is not explicitly defined then it is default to ..........(in C)
Q. Choose a correct statement about C String.
Q. What is the output of C Program.?
Q. Choose facts about continue; statement is C Language.
Q. What will be the output of the following statements ?
Q. What is the size of a C structure?
Q. What is the output of C program with switch statement or block?
Discusssion
Login to discuss.