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

because given
$a = 5
$b = 'a'
$$b = ?
so,
$b has value as a in char
so, $$b = $($b) = $(a) = $a = 5
hence, answer is 5.This ans is 100% correct,if anyone has
any doubt,jst contact me at ishika21114@gmail.com

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?

544


How to get the directory name out of a file path name?

532


What is the use of mysql_real_escape_string in php?

443


Explain what is the difference between for and foreach?

519


Do you know how can php and html interact?

529






What is cookie?

525


Is php a programming language?

542


How do I run a php file?

502


Tell me what kind of things have you done on the social side?

497


Can we run php in apache tomcat?

514


What is the difference between nowdoc and heredoc?

525


explain php variable length argument function.

571


What is php in full?

495


What is the use of preg_match in php?

523


Is ruby on rails php?

500