Top 150+ Solved Web Technologies MCQ Questions Answer
Q. PHP divides the operators in the following groups:
a. increment/decrement operators
b. logical operators
c. string operators
d. all of the above
Q. the _________ statement is used to perform different actions based on differentconditions
a. switch
b. if condition
c. foreach
d. while
Q. In php, A ___________ is a block of statements that can be used repeatedly in aprogram.
a. function
b. procedure
c. block
d. loop