Discussion Forum : Php Functions
Question - What will be the output of the following PHP code ?function movie($int){$movies = array("Fight Club", "Kill Bill", "Pulp Fiction");echo "You Do Not Talk About ". $movie[$integer];}movie(0);
Options:
A .  I
B .  You Do Not Talk About Pulp Fiction
C .  None of the mentioned
D .  You Do Not Talk About Fight Club
Answer: Option A

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *