If the variable $a is equal to 5 and variable $b is equal to
character a, what’s the value of $$b?
Can anyone explain how's the value of $$b=100
Answer Posted / rakesh r
$a = 5
$b = 'a'
$$b = ?
$b value is a
so, $$b = $a = 5
hence, ans is 5
| Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
Could we start a variable with number like $4name?
How can we access the data sent through the url with the post method?
What is session in php w3schools?
Why constructor is not overridden?
What is the output of the ucwords function in this example?
Explain me difference between mysql_connect and mysql_pconnect?
What is the function of string in c?
What is htmlspecialchars?
How to create connection in php?
How can a cross-site scripting attack be prevented by php?
What is the ioncube php loader?
What is composer install?
What is properties of class?
Which is better php praogramming or cad/cam scope wise and also salaray wise?
How to join multiple strings into a single string?