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 is 2/5 of 20???
Janine's aunt is 60. She's 12 years older than twice Janine's age. How old is Janine?
the factors of a quadratic function are 2x-3 and x-3. what is the axis of symmetry of this function?
what was the structure of authority within the new factories
How do tou find the acceleration of a car between two points on a velocity-time variation graph
Help please Which equations in point-slope form are equations of the line that passes through the point (−7, 5) and (−4, 1)? Choose exactly two answers that are
Ed spent 8.5% of his savings on lunch, which cost $5.25. How much did he have in savings before lunch?
What is the prime factorization of 2800
15x - 12y =13 30x +9y =4 whats the value of x
If the numerator of a fraction is positive and the denominator negative, then its equivalent reduced fraction will also be negative. true or false