Multiple choice technology web technology Which of following commenting is supported by Php Single line c++ syntax - // Shell syntax - # Both of above 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.