Which file can be used to execute multiple compile statements?
Which file can be used to execute multiple compile statements? Correct Answer makefile
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.
মোঃ আরিফুল ইসলাম
Feb 20, 2025