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 / sandhya

If the $a is equal to 5 and $b is equal
to character a,so

$a=5;

$b="a";


$$b = $( $b ) = $ ( 'a' ) = $a = 5 ;

Of course Answer should be 5 !!

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain me differences between get and post methods?

568


Is php a low level language?

539


Which is variable cost?

528


When a conditional statement is ended with an endif?

521


What is the use of array_search() in php?

534






How do you find the length of a string in php?

516


What is json php?

535


How can you execute php script from the command line?

549


What is an array in php?

623


What is the functionality of md5 function in php?

592


Can we use include ("xyz.php") two times in a php page "index.php"?

580


Explain me difference between mysql_connect and mysql_pconnect?

557


What is csrf token in php?

550


How do you create an array in php?

546


Which is not a php magic constant?

583