Vidyalelo
PHP · Q131

Object Oriented Concept

Programming · PHP · question 131

Q131

What is the value of message? name = “John”; message = ‘Hello, name’;

A.
Hello, John
B.
it will print an error message
C.
‘Hello, $name’
Answer
D.
none of above

Answer: Option C

Solution

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