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 to run the interactive php shell from the command line interface?

530


What is the role of php.ini file?

549


Is gender a dependent variable?

512


How are php sessions stored?

546


What are the methods useful for method overloading?

529






What are the disadvantages of php?

513


How do I find out the number of parameters passed into function9?

543


How long is a php session valid?

517


What is move_uploaded_file in php?

553


Where are cookies stored php?

507


Explain Creating and Naming an Array?

588


What is interface? Why it is used?

543


What is variable declaration?

495


How do you remove duplicates from an array?

662


what is CURL?

584