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
Be the first to start discuss.
Q. What is the output of the following code snippet?
Q. Difference between C Arrays, ary[10] and cry[10][10] is.
Q. Which keyword is used to return values from function?
Q. Members of a union are accessed as________________.
Q. Which of the following type-casting is accepted in C?
Q. function tolower(c) defined in library <ctype.h> works for
Q. What is a structure in C language?
Q. Which of the following is NOT declared in string.h ?
Discusssion
Login to discuss.