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 Advantages and Application Areas of PHP?
Tell me what are the encryption techniques in php?
List some features of php that are deprecated in php
What is csrf token in php?
What is difference between get and post?
my english is not too good then what we apply for a php programer post
What is the difference between implode() and explode() in php?
Explain a resource?
What are the php variables?
Is php closing tag necessary?
What is php pathinfo?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
Can we extend two classes in php?
How to get the position of the character in a string in php?
Is php dying 2018?