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

10.C++ Program to Find All Roots of a Quadratic Equation

8.C++ Program to Check Whether a character is Vowel or Consonant.

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