>The above command compile the source file into object file and link with other object files (system library) into executable in one step. You may separate compile and link in two steps as follows:
Consider changing the first 'compile' to 'compiles'. Also consider changing 'compile and link' to 'compilation and linking'.
>The above command compile the source file into object file and link with other object files (system library) into executable in one step. You may separate compile and link in two steps as follows:
Consider changing the first 'compile' to 'compiles'. Also consider changing 'compile and link' to 'compilation and linking'.