Question #62

Author: admin
tags: PHP  
Mark the correct options for writing comments in PHP.
/* This is comment */
// This is comment
<-- This is comment -->
-- This is comment
# This is comment
Rate the difficulty of the question:
easyhard