Computer Science, asked by vedikachoudhary0330, 5 months ago

what is the range of an integer variable in c plus plus​

Answers

Answered by anindyaadhikari13
1

\star\:\:\:\sf\large\underline\blue{Question:-}

  • What is the range of integer variable in C++?

\star\:\:\:\sf\large\underline\blue{Answer:-}

Size of int data type - 4bytes, Range= \sf { - 2}^{31}  \: to \:  {2}^{31}  - 1

Similar questions