$a = "B"; $B = a; echo $B What is output of this code.🤗 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

$a = "B"; $B = a; echo $B What is output of this code.🤗

What is output of this code

28th Oct 2021, 8:49 AM
Hemant Kumar Joshi
Hemant Kumar Joshi - avatar
2 Answers
+ 3
Run it and find out.
28th Oct 2021, 9:01 AM
Simon Sauter
Simon Sauter - avatar
+ 2
Hemant Kumar Joshi $B = a $a = B
28th Oct 2021, 9:51 AM
A͢J
A͢J - avatar