How can comments be implemented in PHP?
Select one:
- a. // commented code to the end of the line
- b. / commented code can be on multiple lines /
- c. # commented code to the end of the line
- d. All of the above
The correct answer is: All of the above
Select one:
The correct answer is: All of the above