Q57
What will be the output of the following PHP code ?
A.
4.5
B.
7
C.
3.5
D.
Error
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
A variable name can not start with a numeric value.
Operators And Expressions
Programming · PHP · question 57
Q57
Answer: Option D