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. Determine the priority of each operator (highest to lowest)?
Q. What is the output of C program with functions?
Q. Which loop executes the block a specific number of times?
Q. Which of the following returns the square root of given number?
Q. What is the problem in the following C declarations?
Q. The process in which a function calls itself directly or indirectly is called?
Q. What is the output of C Program?
Q. What is the correct syntax to declare a pointer to a constant?
Q. Which of the following declaration is not supported by C language?
Discusssion
Login to discuss.