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
5 Réponses
+ 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.
+ 2
if you dont include the preprocessors, your program will not compile.
All programs starts running from the main function.
+ 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.
0
thanx all:)