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 / rakesh r

$a = 5
$b = 'a'
$$b = ?

$b value is a
so, $$b = $a = 5
hence, ans is 5

Is This Answer Correct ?    23 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me what are the functions to be used to get the image's properties (size, width and height)?

622


What does $_server mean?

618


Tell me what is the use of isset() in php?

632


Tell me what does the array operator '===' means?

583


Explain the difference between static and dynamic websites?

567






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

585


how to detect a mobile device using php

652


What is the difference between explode and split?

544


Why does php need server?

576


What are the differences between mysqli_connect and mysqli_pconnect?

594


how to open & closing opening period in fico

1282


What is php call function?

559


What are soundex() and metaphone() functions in php?

546


How to define a function with any number of arguments?

624


What are php magic methods?

592