Commenting Code Flashcards

1
Q

What is PHP’s single line C++ commenting syntax?

A

Double slashes (//)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is PHP’s shell commenting syntax?

A

The pound (#)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is PHP’s multiple line C commenting syntax?

A
/* line 1
   line 2
*/
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

List the 3 commenting syntax styles available in PHP

A
  1. Single line C++ syntax
  2. Shell syntax
  3. Multiple line C syntax
How well did you know this?
1
Not at all
2
3
4
5
Perfectly