PHP - Output and String Handling
What will be the output of the following PHP code?
$num = 42;
printf("%05d", $num);
$num = 42;
printf("%05d", $num);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions