Q.

Which one is right in PHP?

A. <?php var_name = $value;?>
B. <?php $var_name = $value; ?>
C. <?php $var_name = value;?>
D. <?php var_name = value;?>
Answer» B. <?php $var_name = $value; ?>
2.3k
0
Do you find this helpful?
19

View all MCQs in

Linux and PHP

Discussion

No comments yet