What is E means here in the number 3.4E+38????
Answers
"It is the largest positive value of the float that is represented as 3.4 e 38. And the smallest positive value will be represented as the 3.4 e – 38.
Similarly, it will go in the case of the negative value of the range from 3.4e 38 to the -3.4 e 8.
Hence, MeE is denoted as M that will be multiplied by 1- to the power of E.
"
Answer:
E represent the float in the C language of computer.
Step-by-step explanation:
Given : Number 3.4E+38
To find : What is E means here in the given number ?
Solution :
E means the command in the C language is the float.
The largest positive value that a float can represent is about 3.4e+38;
The smallest positive value that a float can represent is about 3.4e-38.
Similarly, the range of negative values is from 3.4e+38 to about 3.4e-38.
Therefore, E represent the float in the C language of computer.