2

What are reserved words with a programming language?

Sandhya Answered question May 29, 2023
User Avatar

The words that are a part of the standard C language library are called reserved words. Those reserved words have special meaning and it is not possible to use them for any activity other than its intended functionality.

Example: void, return int.