Computer Science, asked by alex50, 1 year ago

the minimum value that an integer constant can have is

Answers

Answered by Devanshchaubey
1
1 is the minimum value that an integer constant can have
Answered by hotelcalifornia
0

The minimum value that an integer constant can have is  - 2147483648.

What is int min in C++?

  • INT_MIN determines that a whole number variable can't store any worth underneath this breaking point.
  • Upsides of INT_MAX and INT_MIN might shift from one compiler to another.
  • Worth of INT_MAX is +2147483647. The worth of INT_MIN is - 2147483648

What is an integral constant?

  • An integral constant is a decimal (base 10), octal (base 8), or hexadecimal (base 16) number that addresses a vital worth.
  • Use number constants to address number qualities that can't be changed.

#SPJ3

Similar questions