What to do after opening vim name.c and writing the source code? I mean, to compile and execute.
closed as off-topic by peterph, Jeff Schaller, PersianGulf, G-Man, vonbrand Dec 24 '15 at 16:04
|
|||||||||||||||||
|
Open or make a new file by:
then write the C program you intend then save and exit by pressing Esc then
then run it as:
|
|||||||||||||||||||||
|
An alternative (after creating make name This will automatically invoke the |
|||
|