What is the starting point for a computer programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the starting point for a computer programming?

i can't understand how it will start main function? in computer program start will preprocessor

14th Nov 2016, 8:22 PM
Fasiha Memon
Fasiha Memon - avatar
5 Answers
+ 4
The steps for a program are Edit, Preprocess, Compile, Link, Load, and Execute. Each program starts by preprocessing (after you write the code), which is where it will load the assets and prepare the program.
14th Nov 2016, 10:11 PM
Keto Z
Keto Z - avatar
+ 2
if you dont include the preprocessors, your program will not compile. All programs starts running from the main function.
14th Nov 2016, 9:06 PM
Franky BrainBox
Franky BrainBox - avatar
+ 1
Becoz computer programming start in the the conpiler run the program not the way we write it as compiler run the main function first of all that why computer programming start with main.
14th Nov 2016, 8:27 PM
ROHAN JOSHI
ROHAN JOSHI - avatar
0
thanx all:)
15th Nov 2016, 5:28 PM
Fasiha Memon
Fasiha Memon - avatar