Question:What will be the output of following code?$a = 10;Echo “Value of a = $a”;
A Value of a = 10 B Value of a = $a C Undefined D Syntax Error
+ AnswerA
+ Report