1.

What is the function of the keywords? Write any four keywords.

Answer»

These are some reserved words in C++ which have a predefined meaning to the compiler, called keywords. 

Some commonly used keywords are:

int, float, char, and case



Discussion

No Comment Found