Multiple choice technology web technology

Which of following commenting is supported by Php

  1. Single line c++ syntax - //

  2. Shell syntax - #

  3. Both of above

  4. None of above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

PHP supports both C++ style single-line comments (//) and shell style comments (#). This flexibility allows developers to choose their preferred commenting style or use both in the same codebase for different purposes.