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

Can we extend multiple classes in php?

549


How to write the form tag correctly for uploading files?

565


What is the current stable version of php? What advance thing in php7?

521


How is it possible to know the number of rows returned in the result set?

551


What is in a cookie?

553






Can you give example for trait in php?

541


What is a static variable in php?

534


Write a program in php to reverse a number?

546


Is php an oop?

526


What is the main difference between asp net and php?

532


Which Scripting Engine PHP uses?

564


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

546


Why delimiter is used in mysql?

550


What is overriding in php?

612


What is the integer?

580