Interviewer And Interviewee Guide

PHP Community Marketing Expert Interview Question:

Tell me what is the output of the following code:

$a = '1';
$b = &$a;
$b = "2$b";
echo $a.", ".$b;?

Submitted by: Muhammad
The answer is 21, 21
Submitted by: Muhammad

Read Online PHP Community Marketing Expert Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.