5.C++ Program to Find Size of int, float, double and char in Your System

C++ Program to Find Size of int, float, double and char in Your System

his program declares 4 variables of type int, float, double and char. Then, the size of each variable is evaluated using sizeof operator.

Comments

Post a Comment