Commenting Code Flashcards
1
Q
What is PHP’s single line C++ commenting syntax?
A
Double slashes (//)
2
Q
What is PHP’s shell commenting syntax?
A
The pound (#)
3
Q
What is PHP’s multiple line C commenting syntax?
A
/* line 1 line 2 */
4
Q
List the 3 commenting syntax styles available in PHP
A
- Single line C++ syntax
- Shell syntax
- Multiple line C syntax