in Technology by

What are reserved words with a C programming language?

Please log in or register to answer this question.

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Nov 8, 2020 in Technology by JackTerrance
+1 vote
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
asked Dec 10, 2021 in Education by JackTerrance
...