Home »
MCQs »
PHP MCQs
Multi-line comments can be written within the ____
9. Multi-line comments can be written within the ____.
- // and //
- ## and ##
- /* and */
- /// and ///
Answer: C) /* and */
Explanation:
In PHP, the multi-line comments can be written within the /* and */.