Computer Science, asked by yadavharsh1045, 18 days ago

Explain the keywords used in C++.​

Answers

Answered by mishrakb6
1

Answer:

Keywords (also known as reserved words) have special meaning to the C++ compiler and are always written or typed in short(lower) cases. Keywords are words that the language uses for a special purpose, such as void, int, public, etc. It can't be used for a variable name or function name.

Explanation:

hops it help you buddy

Similar questions