dbryrob4327 dbryrob4327
  • 14-09-2019
  • Computers and Technology
contestada

What is the smallest floating number can be represented in C++? -3.4*10^38

Respuesta :

ExieFansler ExieFansler
  • 18-09-2019

Answer:

FLT_MIN.

Explanation:

In C++ FLT_MIN is used to represent the smallest floating point number.You have to include two libraries for FLT_MIN to work and these are as following:-

limits.h

float.h

for example:-

#include <iostream>

#include<limits.h>

#include<float.h>

using namespace std;

int main() {

   cout<<FLT_MIN;

return 0;

}

Output:-

3.40282e+38

Answer Link

Otras preguntas

Tony has 8 yards of fabric. How many inches does he have?
Which term can be defined as "a level of ecological study that includes all biotic and abiotic factors in an area"? a. community b. population dynamics c. cl
Jody Runs the 500 yard dash for his school's track team and one minute. Find This rate in yards per second
The change of matter from a liquid state to a gas state
Where did the first attack occur to start the Civil War? a. Fort Sumter b. Virginia c. Gettysburg d. Bull run
Mrs. walker is cutting construction paper for an art project she has 16 students and 6 pieces of construction paper how much paper will each student revive
How does the size of the product compare to the size of one factor when multiplying fractions less than one
Manners are commonly accepted______behavior. a. social, b. emotional, c. mental.
what has 2 fewer sides than a heptagon
What is 100 to the 5th power???