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 mysqli php?
Explain scalar type declarations in php7?
Why use php artisan serve?
Is php good for career?
Why is used in php?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
how can i develop forum code? any one pleale help me on this question
What is string function sql?
How to calculate the difference between two dates using php?
How do you explain independent and dependent variables?
What are variables in research examples?
What is die in php?
How we load all classes that placed in different directory in one php file , means how to do auto load classes.
Explain the difference between urlencode and urldecode?
What is encapsulation in php with example?