A collection of variables of different data types referenced under one name:
Array
Structure
variables
constants
Floating - point types modifiers are :
Float, double
Float, double, long double
Short, float, double
None of these
In const a =5; statement the type of a is :
int
Constant
5
Variable
To format output data in c++ we can use
Tokens
Functions
operatorO
Manipulators
What helps to identify the type of data and associated operations of handling it.
Data type
variable
identifier
Character
An integer variable's size is equal to :
3 bytes
2 bytes
1 bytes
0
What is the modules operator in C++ ?
/
*
%
^