Zend PHP (Topic: The Basics of PHP) Certification Free Practice Test Questions with Answers Quiz


1.

What will the following script output?
$x = 3 - 5 % 3;
echo $x;
?>









Top