Answers for "size of data type 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