answersLogoWhite

0

Is in is used as a keyword in C language?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

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

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is in is used as a keyword in C language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is meaning of keyword in c language?

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


Is 'main' a keyword in c language?

No.No.


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


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


Can keyword be used as variables?

No, any keyword could be used as a identifier (a method, class or variable name). These keywords have a special meaning in the language and the compiler can not identify if they are used as a variable name or as a keyword,


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.


What is tab in c language?

When printing text through a string, \t can be used to produce a horizontal tab. The same can also be used when parsing input.Within the C language source code, a tab is considered a white space and ignored outside string constants, provided that it does not break a keyword into two parts.


Is check a keyword in java?

No, 'check' is not a keyword in java language.