Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2
//It depends of your compiler and your computer, but you can know it by using this : #include <iostream> int main(){ //change int by whichever type or class std::cout<<sizeof(int)<<std::endl; return 0; }
6th Sep 2017, 10:35 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar