c) What is operator? Explain various types of operators in PHP
Answers
Answered by
1
Answer:
Operators are used to perform operations on variables and values. PHP divides the operators in the following groups: Arithmetic operators. Assignment operators. ... Logical operators.
Similar questions