InterviewSolution
Saved Bookmarks
| 1. |
Which file can be used to execute multiple compile statements?(a) makefile(b) dofile(c) putfile(d) pushfileThe question was asked in a national level competition.I would like to ask this question from Compiling and Linking Client Programs in chapter MySQL Programs Using C of MySQL |
|
Answer» CORRECT choice is (a) makefile The BEST explanation: 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. |
|