21. Name = “mary jain”
Echo’$name’
When executed the above code will produce one of the following:
a) Syntax error
b) $name
c) Mary jain
d) Name
1 answer
b) $name
Echo’$name’
When executed the above code will produce one of the following:
a) Syntax error
b) $name
c) Mary jain
d) Name
1 answer