Vidyalelo
PHP · Q124

Object Oriented Concept

Programming · PHP · question 124

Q124

In PHP, the difference between double quote and single quote is that variables . . . . in single quoted strings whereas they . . . . . in double quoted strings.

A.
are not parsed, are parsed
Answer
B.
are parsed, are not parsed
C.
are class, are not class
D.
are variables, are not variables

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board