what is main? can someone give a simple explanation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is main? can someone give a simple explanation

16th May 2020, 9:11 PM
Gabrielle Serenity
Gabrielle Serenity - avatar
2 Answers
+ 5
Hey there, I would like to know "main" in which context If in C or C++ It's the entry point of the c program This is the first function to be called once the program starts.. A c program strats in main and ends in main (unless program crashes)
16th May 2020, 10:23 PM
good_bits
good_bits - avatar
0
The main is the heart of your application. It is the first thing to run and is responsible for calling other functions.
17th May 2020, 3:58 AM
Logomonic Learning
Logomonic Learning - avatar