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 / deepa
because given
$a = 5
$b = 'a'
$$b = ?
so,
$b has value as a in char
so, $$b = $($b) = $(a) = $a = 5
hence, answer is 5.This ans is 100% correct,if anyone has
any doubt,jst contact me at ishika21114@gmail.com
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is a php array?
Is empty in excel?
What is the difference between the functions strstr() and stristr()?
Can I include php in javascript?
What is final class and final method?
Explain php explode() function.
How the web server interprets php and interacts with the client?
What are the advantages of triggers?
What is an object in php?
Is laravel an oop?
How to find current date and time?
Does browser understand php?
what is the current salary package in India for a PHP programmer who has 1.5 years experience
How to pass variables and data from php to javascript?
where do we use htaccess?