Multiple Choice
The basic assignment operator in PHP is __________ It means that the left operand gets set to the value of the assignment expression on the right.
A) (=)
B) (++)
C) (==)
D) (?)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: The default file extension for PHP files
Q5: The abs() function returns the absolute (positive)
Q6: the sqrt() function returns the square root
Q7: _ is used to show the out
Q8: The rand() function generates a random number:<br>A)true<br>B)false<br>C)both
Q10: A PHP script starts with <?php and
Q11: A _ script can be placed anywhere
Q12: PHP is compatible with almost all servers
Q13: _ is a server scripting language, and
Q14: PHP code is executed on the server,