-
If a string is to be converted to a number, it is converted into a _____________.
-
- single precision floating point
- hexadecimal integer
- double precision floating point
- decimal integer
- None of these
Correct Option: C
When there is a need to convert a string to a number to evaluate an expression, it is first converted to a double precision floating point value. Then, it can be used to do arithmetic.