Answers for "data types and their size c++"

C++
0

how to find data size in c++

cout << "Size of char: " << sizeof(variable) << " byte(s)" << endl;
Posted by: Guest on May-30-2021

Browse Popular Code Answers by Language