Which of the following is/are the examples of expressions used in PHP.i) $abc=10; ii) $sum=100+$first_sum; iii) $adder++;

🎲 Try a Random Question  |  Total Questions in Quiz: 36  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Practice Test: PHP Basics — practice the complete quiz, review flashcards, or try a random question.


Which of the following is/are the examples of expressions used in PHP.<br>i) $abc=10;                 ii) $sum=100+$first_sum;               iii) $adder++;