Explain the keywords used in C++.
Answers
Answered by
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