SOLUTION
rcs -u <filename>,v (for a specific file)
rcs -u *,v (for all files)
Post issues, if any !!
Compiler converts a C program into an executable. There are four phases for a C program to become an executable:
By executing below command, We get the all intermediate files in the current directory along with the executable.
$gcc –Wall –save-temps filename.c –o filename
if we open the .i file we will see :
It looks like you're new here. If you want to get involved, click one of these buttons!