answersLogoWhite

0

What is meaning of keyword in c language?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

'Keyword' is a synonym for 'reserved word', it is not specific to C language.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is meaning of keyword in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is in is used as a keyword in C language?

Neither "in" nor "is" is a keyword in C.


Is 'main' a keyword in c language?

No.No.


What are the Rules for forming words in c language?

that it should not be a keyword


What is foreign keyword in java?

There is no "foreign" keyword in Java, however, there is a native keyword that declares native methods in a native language, such as C or C++.For full list of keywords in Java see related question.


What are the different keyword in C programming Language?

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


What is the meaning of and in C programming language and when is it used?

logical and: exp1 && exp2 means: exp1==0 ? 0 : exp2==0 ? 0 : 1


How many keyword are present in C?

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


Why does c do not accept the?

"the" is not a keyword in the C Programming Language. Perhaps you meant "const" HTH Richard Wolf Software Architect


Why keyword cannot be used as an identifier in c language?

It's by design; this way the lexical parser is able to decide that any given string is a keyword or an identifier.


What is the meaning of keyword?

The meaning of keyword density is that it is a certain percentage of the amount of times a keyword or phrase appears on a website instead of the amount of words on that page.


What does implicit in c language means?

Implicit in c means compiler understands what and how to do without any reference of any keyword or token.


How does the use of the 'void' keyword differ in C plus plus vs. C?

It doesn't. Void has the same meaning in both.