In C++, the data type _______ is commonly used to store large integers. 

  • float 
  • char 
  • long long int 
  • double
In C++, the long long int data type is designed to store very large integers. It can typically store at least 64 bits, allowing for a wide range of integer values far beyond the standard int.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *