-
The file that can be used to execute multiple compile statements is _________________.
-
- putfile
- pushfile
- makefile
- dofile
- 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.