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


Please Help Members By Posting Answers For Below Questions

How do I install php?

598


How many records can be stored in mysql table?

555


Why do we use in php?

544


Tell me how to strip whitespace (or other characters) from the beginning and end of a string?

538


What is the most convenient hashing method to be used to hash passwords?

509






Suppose your zend engine supports the mode Then how can you configure your php zend engine to support Mode ?

575


How to calculate the difference between two dates using php?

547


Tell me how is it possible to know the number of rows returned in result set?

549


How to create an empty array in php?

587


What is the purpose of basename() function in PHP?

602


How to check a key exist in an array?

580


Write a query to find the 2nd highest salary of an employee from the employee table?

648


Is array function in php?

535


How should a model be structured in mvc?

529


How do I run a php file?

514