B
Q. The generalised syntax for a real number representation is
A real number (floating-point number) in most programming languages follows this general format:
- [digits] → Represents the integer part (optional).
- [.digits] → Represents the fractional part (optional).
- [(E|e)[(+|-)]digits] → Represents the exponent notation (optional).
This allows real numbers to be written in different forms, such as:
Thus, option (A) [digits][.digits][(E|e)[(+|-)]digits] correctly represents the general syntax for real number representation.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. When the “end” event fires on EOF when no more data will arrive, which function is called?
Q. What will be the output of the following JavaScript code?
Q. Which of the operator is used to test if a particular property exists or not?
Q. What is the function of the parseInt() method?
Q. Which method returns the string starting at the specified position?
Q. What would be the most appropriate output for the following code snippet?
Q. Which of the following property indicate the total size of heap?
Q. Which of the following type of a variable is volatile?
Q. Which one of the following utilize the CPU cycles in a massive manner?
Discusssion
Login to discuss.