What is the correct syntax form of the given statement?
(compile-file )
(compile )
None of the mentioned
Correct Answer: C — (compile-file )
Explanation:
In Syntax; source file specification comes instead of target-file. So, compile-file is the correct syntax.