C++ tutorial, C++ programs, C++ Exercises, C++ Example Programs

Monday, October 8, 2012

Constants in C Plus Plus Programs

Constant may be defined as a quantity used in a program that cannot be changed during program execution. There are two types of constants in C++ programming language. Literal Constants Symbolic Constants 1. Literal Constants A literal constant is a value that is directly...
Share:

Basic C Plus Plus Data Types

Data Type specifies what type of data will be stored in a variable and what type of operations can be performed on it. So, the data type of a variable my be defined as the set of values and operations on these values. For example, if we want to use whole numbers data in our...
Share:

EasyCPPprogramming.blogspotcom