Write the type of C++ tokens (keywords and user defined identifiers) from the following:
(i) new
(ii) While
(iii) case
(iv) Num_2
Types of C++ tokens:
(i) new - Keyword
(ii) While - User defined Identifier
(iii) case - Keyword
(iv) Num_2 - User defined Identifier