Examveda
Examveda

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

A. Hello, John

B. it will print an error message

C. ‘Hello, $name’

D. none of above

Answer: Option C


This Question Belongs to PHP >> Object Oriented Concept

Join The Discussion

Related Questions on Object Oriented Concept