-
Which file can be used to execute multiple compile statements?
-
- dofile
- putfile
- makefile
- pushfile
- None of these-
Correct Option: C
The Makefile is used to write multiple commands in there. The file is executed by prefixing the command ‘make’ with the command to run the file script containing the statements.