+ 1

How did you run a program in C

11th Aug 2019, 5:02 AM
Akash Shekhar
Akash Shekhar - avatar
3 ответов
+ 5
First compile the program source code into objects, link the objects to form an executable. Then you invoke the executable. IDEs can do all these steps using one run button.
11th Aug 2019, 6:03 AM
Sonic
Sonic - avatar
+ 2
It depends what type of program it is.
11th Aug 2019, 5:52 AM
NightFox
NightFox - avatar
0
I wrote the program in C but getting an error
11th Aug 2019, 6:42 AM
Akash Shekhar
Akash Shekhar - avatar