Vidyalelo
PHP · Q55

HTML Forms Handling

Programming · PHP · question 55

Q55

DocBlocks are indicated by opening a comment using _________

A.
/*
B.
//*
C.
/**
Answer
D.
/*/

Answer: Option C

Solution

Answer: Option C
Solution:
This is a special comment that provides information about a class, property, or method.