0

Which is the starting point of c program?

C is the basic programming language develop by Dennis Richie.

22nd Apr 2019, 8:34 AM
MAYURI BHIMRAO BHIVSANE
3 Answers
+ 3
We need stdio.h for the function printf() used in the program.... Line 2 [ int main(void) ] There must to be starting point from where execution of compiled C program begins. In C, the execution typically begins with first line of main()......
22nd Apr 2019, 8:59 AM
Mr AJX šŸ˜ŽšŸ˜ˆ
Mr AJX šŸ˜ŽšŸ˜ˆ - avatar
+ 2
the start point is always the main() function
22nd Apr 2019, 8:38 AM
Mario S
+ 2
based on execution it's the header file and macros if included
22nd Apr 2019, 8:44 AM
āœ³AsterisKāœ³
āœ³AsterisKāœ³ - avatar