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 / sandhya
If the $a is equal to 5 and $b is equal
to character a,so
$a=5;
$b="a";
$$b = $( $b ) = $ ( 'a' ) = $a = 5 ;
Of course Answer should be 5 !!
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is php and sql?
Is php class name case sensitive?
How do I find out the number of parameters passed into function9?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
Explain me what is the use of 'print' in php?
How is it possible to know the number of rows returned in result set?
What does isset() function?
Does mysql need php?
How do you clear environment variables?
What does echo mean in php?
Explain the difference between array_merge() and array_combine()?
What library is used for pdf in php?
What is escaping to php?
What is meant by pdo in php?
What sized websites have you worked on in the past?