answersLogoWhite

0

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.

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
More answers

main is not a keyword, so it has to be an identifier (it usually is the name of a function in your program).

User Avatar

Wiki User

15y ago
User Avatar

No "Main" is not a keyword, its a function that returns value....

User Avatar

Wiki User

12y ago
User Avatar

No. Examples for keywords: if, else, break, int, auto, typedef.

User Avatar

Wiki User

13y ago
User Avatar

no it is the well known function in 'c' ,however it is called as function itself under the circumstances,where it callls the function

User Avatar

Wiki User

12y ago
User Avatar

Add your answer:

Earn +20 pts
Q: Is main a keyword
Write your answer...
Submit
Still have questions?
magnify glass
imp