Single Choice
Not Set
QWhich of the below statements is equivalent to $add += $add ?
ID: #2366
PHP Basic MCQ
3,609 views
Question Info
#2366Q ID
Not SetDifficulty
PHP Basic MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
a += b is an addition assignment whose outcome is a = a + b. Same can be done with subtraction,multiplication,division etc.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic