in Technology by
What are reserved words with a C programming language?

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
    How many reserved words are there in JavaScript? (a) 63 (b) 54 (c) 68 (d) 90 I have ... questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 22, 2021 in Education by JackTerrance
+1 vote
    Is there any possibility to create a customized header file with C programming language?...
asked Nov 8, 2020 in Technology by JackTerrance
+1 vote
    What are the ways to a null pointer that can be used in the C programming language?...
asked Nov 8, 2020 in Technology by JackTerrance
+1 vote
    What are the modifiers available in C programming language?...
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
    What are the key features in the C programming language?...
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
    Selenium doesn’t support the following programming language: 1. Python 2. C# 3. C 4. Java...
asked Jul 11, 2021 in Technology by JackTerrance
+1 vote
    C is successor of which programming language?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Who designed C programming language?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Describe dynamic data structure in C programming language?...
asked Nov 8, 2020 in Technology by JackTerrance
+1 vote
    What is the process to generate random numbers in C programming language?...
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
    What is a pointer on a pointer in C programming language?...
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
    1. In the C programming language to scan the integer type data which of the following is used? %d %f %I %c Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
    1. In the C programming language to scan the integer type data which of the following is used? Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
    which of the following is a category of system software?a. operating system b. programming language c. utility ... of the above Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    Java in computer programming is a- (a) Compiler (b) Hardware Device Driver (c) Low-level Language (d ... Programming Mid-level Language Select the correct answer from above options...
asked Dec 10, 2021 in Education by JackTerrance
...