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

what expression can be used for estimating 868 divided by 28
How many molecules is .360 mol of water
People who make goods and services are called _____ . consumers producers investors
why do some recipes have high altitude directions?
When the Mughal Empire fell in 1857, it became a colony of _____. France Netherlands England Spain
50% of all the cakes Lucy bakes that week were party cakes: one fifth were fruit cakes and the remainder were sponge cakes. What percentage of cakes were sponge
The cells of plants and animals are similar, except for a few different structures. Which structures are only found in plant cells?
Which value of x will make the equation2x-30=6 true?
Which word best describes Benjamin's role on Animal Farm? a. visionary b. secret agent c. rebel d. skeptic
What becomes increasingly obvious to Winston as he reads the book O’Brien gave him?