Which of the following php statement/statements will store 111 in variable num? i) int $num = 111; ii) int mum = 111; iii) $num = 111; iv) 111 = $num;

🎲 Try a Random Question  |  Total Questions in Quiz: 150  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Open Source Software — practice the complete quiz, review flashcards, or try a random question.


Which of the following php statement/statements will store 111 in variable num? i) int $num = 111; ii) int mum = 111; iii) $num = 111; iv) 111 = $num;