Question: In C++ please. Write a simple program that uses the 'sizeof () ' function to display the number of bytes in a: (example of use:
In C++ please.Write a simple program that uses the 'sizeof () ' function to display the number of bytes in a: (example of use: int shortsize = sizeof (short);//returns the size, in bytes (8bits = 1byte)) Find and display the size of: short int int long int char float double
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
