Please read the new rule regarding the restriction on the use of AI tools. ×

Integers in C++

Revision en1, by Amou_Purang, 2021-12-12 13:10:40

int is a variable type in C++ which can hold an integer between $$$-2^{31}$$$ and $$$2^{31}-1$$$. You can define them in the following manner:

int a; where a is your integer’s name.

Tags shitpost, shitposting, c++

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Amou_Purang 2021-12-12 13:10:40 277 Initial revision (published)