1.

What will be the output of the following PHP code ?<?php$num = '8' ;print + + $num;?>

A. Error
B. 8
C. Nothing
D. 0
E. None of these
Answer» C. Nothing


Discussion

No Comment Found