Q. What will be the output of the following PHP code?
Code:
<?php
printf("%x",65535);
?>
β
Correct Answer: (A)
ffff
<?php
printf("%x",65535);
?>
You must be Logged in to update hint/solution