.
/
*
//
Int main()
Using namespace std;
#inlcude
Colon
Semicolon
Period
Identifier
Variable
String
!x
X
X_y
Cout
Int
_pi
True
False
Data Types
Data Expression
Assignment Statement
Int a
Int a;
Int a:
Int
Float
Char
Int
Float
Char
Char
String
Float
X = 5;
#define x 5
Const int x;
\t
\n
\\
Begin
End
Stop
==
=
>
To check the program for errors.
To run the program
To save the program.
True
False
Because getch() function relies on this file
It adds a function to the main program
Because the header is required to start the program
10
0 1
1 0
01
Using reserve words
Starting with a number
Using spaces
Combining capital and small letters in one word
Char
Float
String
Yes
No
Yes. The program will run correctly.
No. The program is will not run because of errors.
Int a = 0
Int a = 0'
Float x (0);
Int x =0;
Char y = 'a';