answersLogoWhite

0

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

User Avatar

Wiki User

14y ago

What else can I help you with?

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 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


What are the different keyword in C programming Language?

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


How many keyword are present in C?

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


What is the language code for the keyword "no"?

The language code for the keyword "no" is "Norwegian."


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.