(Practice) Compile and run Program
Program:
#includeusing namespace std;int main(){cout << “\nData Type Bytes”<< “\n--------- -----”<< “\nint ” << sizeof(int)<< “\nchar ” << sizeof(char)<< “\nbool ” << sizeof(bool)<< '\n';return 0;}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.