

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code ?<?php$num = 5;print($num);print $num;?> |
A. | 5 |
B. | 0 |
C. | Error |
D. | Nothing |
E. | 55 |
Answer» F. | |