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 are the 3 types of sessions?
How will you calculate days between two dates in PHP?
Php being an open source is there any support available to it?
Tell me how can I display text with a php script?
How can we display the output directly to the browser?
Is PHP an open source software?
What is laravel php?
Are react hooks stable?
Tell me how is it possible to propagate a session id?
CWD is a type of shell variable. State Whether True or False?
What are the different types of php variables?
What is the difference between laravel and php?
Explain what is smarty?
How the values are ordered in an array?
How does csrf attack work?