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

Given $a = 5;
$b = 'a';

So, $$b = $($b) = $a = 5

Simple, there is no concept of ASCII is applicable here....
For more Web Tech Info contact me.........Joydeep

Is This Answer Correct ?    79 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is php dead 2019?

536


How to download and install php for windows?

544


What is the use of isset() in php?

522


What is mvc in php?

530


Does exist in php?

522






Can you convert php to html?

525


What is the main difference between asp net and php?

523


Explain some of the php string functions?

520


How to replace a substring in a given string?

547


How to create a text file in PHP?

608


Explain preg_Match and preg_replace?

543


List few sensible functions in PHP?

555


Which function would you use to replace a record in a database in php?

579


How do you remove duplicates from an array?

645


What is the difference between associative array and indexed array?

496