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 / nickle
$a = 5
$b = 'a'
$$b=100
bcoz $$b is a reference to existing variable.as $b=100 by
ascii...it is true.........!!!!
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is the apache?
What's the output of the ucwords function in this example?
How do you remove whitespace from the beginning and end of a $string variable?
Php program to generate fibonacci series?
What is the super method?
What is crypt () in php?
What does the scope of variables mean?
Why is php so popular?
Steps for the payment gateway processing?
How to delete an element from an array?
What are the popular frameworks in php?
What are include() and require() functions?
Explain what are some new features introduced in php7?
What does php mean?
What is the use of inner join in mysql?