23.6.3 Saving, Compiling and Running Program
● Saving program
The created program is saved as a file. A source program written in C is stored in a file with extension of “.c”. We will store the program to “~/program_test /test_inout.c” file. Now, if you check the folder contents where the file is located, it will show the results as follows.