answersLogoWhite

0

Why isn't main a keyword in c?

Updated: 8/11/2023
User Avatar

Wiki User

12y ago

Best Answer

Neither is printf, stderr or NULL. Certainly, they are important words, but not keywords.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why isn't main a keyword in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is 'main' a keyword in c language?

No.No.


Is main a keyword?

No. Main is not a keyword in C or C++. However, your program, when linked, must provide one and only one externally scoped entry point to main(). If you use main in some other context, and you do not provide one and only one entry point main(), then your program will not link nor run.


Is in is used as a keyword in C language?

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


What is meaning of keyword in c language?

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


What is token in C programming?

They're things that keep the variables in line with the void main and your functions


What is auto in turbo c?

Keyword.


What is new keyword in c?

enum, void and const are relatively new keywords in Cnew, on the other hand, isn't a keyword in C


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 meant by println in c plus plus?

println is not a C++ keyword.


What keyword is using to create objects?

In C# and Visual Basic.NET the keyword is "new". C doesn't have such an animal, but you generally use the library call to malloc to get new memory.


Is it possible to declare a keyword as an identifier in c plus plus?

No. Keywords are reserved and cannot be used as identifiers. However, C/C++ is case-sensitive. So although register is a reserved keyword, Register is not.


What are the Rules for forming words in c language?

that it should not be a keyword