1.

What will be the output of the following PHP code ?<?php$num = 1;if ($num--) print "First" $num--;else print "Second"?>

A. Nothing
B. Error
C. First
D. Second
E. None of these
Answer» C. First


Discussion

No Comment Found