answersLogoWhite

0


Best Answer

Keywords are reserved words in a programming language whose meaning are available in the respective compiler. C Programming language has the following keywords; default, return, struct, void, volatile, unsigned, signed, double, while, union, static, switch, typedef, register, short, size of, for, long, if, int, goto, enum, float, else, extern, do, const, break, char, case, break and auto.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

extern, static, auto, typedef, struct, union, enum, register, volatile, void, const, signed, unsigned, short, long, char, int, float, double, if, else, while, do, for, switch, break, continue, default, return, goto, sizeof ... etc.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Keywords are the base building blocks of any computer language. ALL functions in a computer language is built upon these and "operators". Other components include literals and variables and much more.

Keywords define the basics that tell the compiler of the language "this is a number", "this can't be changed", "this only exists once".

Operators perform math. In the case of "x = 1 + 2". x is a variable. 1 and 2 are "numerical constants" and = and + are called operators. = is the "assignment operator" and + is the "addition operator".

If you write "const int x = 5;".

- const is a keyword that tells the compiler that this value will be set here and now and will remain constant afterwards. If someone tries to change it, stop them.

- int is a keyword which means "integer" or in most implementations of C, "a 32-bit integer that can be positive or negative".

- x is a variable, so from now on, whenever you see x, it means....

- = is the assignment operator saying that x should contain what comes after

- 5 is a numerical constant meaning... well 5

- ; is punctuation. It means this is the end of the statement. It's like a period in American English (or full stop in British).

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Keywords are the set of words in C language whose meaning and actions remains fixed throughout the language. We cannot use the following 32 keywords as variable name

auto, break, case, char, const, continue, default, do, double, else, enum, extern, float, for, goto, if, int, long, register, return, short, signed, sizeof, static, struct, switch, typedef, union, unsigned, void, volatile, while

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Your question (if it is a question at all) doesn't make sense; it is like as if you asked 'define verbs in English.'

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Words with special meanings like if, else, for, enum...

they cannot be used as identifiers.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

well there are a lot!

so Google it : c keywords.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

More than one, examples: for, while, break, typedef.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Key words are reserve words which meaning is all ready in compiler means which meanig is that the computer know these words,,in c language we use many keywords like int flot char

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the function of keywords in the C language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many keyword are present in C?

32 keywords are present in C language. There are 44 keywords in C99.


How many keywords does c language have?

32


How many keywords in C language?

32


Turbo C plus plus keywords?

Turbo C++ keywords are the same as C++ keywords. The language remains the same, only the implementations differ. The Turbo C++ implementations were standards-compliant at the time of their release, but the product is no longer supported.


What are the different keyword in C programming Language?

For example 'for' and 'break' are different keywords.


What is the differnce between ordinary function and template function of c language?

The c language does not have template functions. That is a c++ thing.


Scanf in java?

There is no scanf in Java. It is one of the keywords used in C Programming language


Call by function in c language?

I guess you meant the following:'In C language, when you call a function,the parameters are passed by-value.'


What are the library function in c language?

libray in c++


Why C language called middle level language?

because it has instrictions and functions with keywords which resemble its meaning in english.the keywords are very similar to the task they are used for.for example printf to give output.but it is not as simple as basic which is a high level language.


The syntax and keywords of JavaScript most closely resemble those of?

C. The C language is the basis for JavaScript, as well as C++, C#, PHP, and Java. (Among others.)


What are the hearing rods for identifier 'c' language?

The hearing rods for identifier "c" language is the function.