``` Selec"> ``` Selec">

What will be displayed by this code?

1
2
3
4
5
6
7
<?php      
function TEST()     
 {         
     ECHO "HELLO WORLD!\n";  
 }
     test();
 ?>

Select one:

  • a. Nothing
  • b. test()
  • c. Blinking text
  • d. HELLO WORLD!

The correct answer is: HELLO WORLD!

Related Posts

0 Comments

12345

    00