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

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

4.C++ Program to Find Quotient and Remainder

7.C++ Program to Check Whether Number is Even or Odd