A
Q. Which of the following is valid range of long double ?
The valid range of long double depends on the system and compiler, but typically for most modern compilers (like GCC with x86-64 architecture using 80-bit extended precision), the range is:
Correct Answer:
✅ (A) 3.4E-4932 to 1.1E+4932
Explanation:
Would you like to confirm the range for a specific compiler (like GCC, Clang, or MSVC)?
You must be Logged in to update hint/solution
Q. What is the output of this program?
Q. We want to round off x, a float, to an int value, The correct way to do is
Q. Choose a syntax for C Ternary Operator from the list.
Q. Which one of the following is invalid macro in C programming?
Q. What is the output of C program with strings?
Q. An uninitialized pointer in C is called ___.
Discusssion
Login to discuss.