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

Popular posts from this blog

4.C++ Program to Find Quotient and Remainder

9.C++ Program to Find Largest Number Among Three Numbers

6.C++ Program to Swap Two Numbers