Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



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

How to convert a string to uppercase in php?

1137


How to write comment in php?

1221


How to get length of an array in PHP?

1068


What's the output of the ucwords function in this example?

1099


What is an anti csrf token?

978


What is $_session in php?

1058


Which function would you use to merge two arrays in php?

1029


How can I embed a java program in php file and what changes have to be done in php.ini file?

1012


What are the steps involved to run php?

1117


Does php need html?

1039


What is the goto statement useful for?

1049


Explain what are psrs?

1004


What is __ construct in php?

1033


What is mean tnq

1601


How can we display information of a variable and readable by human with php?

1121