An alternative method for naming integer constants often more convenient than const,is
Function
Union
enum
Struct
In const a =5; statement the type of a is :
int
Constant
5
Variable
A group of similar objects is called :
Class
array
structure
function
What is the modules operator in C++ ?
/
*
%
^
To format output data in c++ we can use
Tokens
Functions
operatorO
Manipulators
A variable that hold a memory address of another variable.
Int
pointer
data type