Home Answers Viewqa PHP what is the value of $$b?

 
 


brijesh
what is the value of $$b?
1 Answer(s)      2 years and 6 months ago
Posted in : PHP

If the variable $a is equal to 5 and variable $b is equal to character a, what?s the value of $$b?

View Answers

November 15, 2010 at 12:34 PM


Hi all,

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

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

Thanks









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.