GkSeries.com

Q.

What is the output of the given function ?

	<? php
	function invite (&$students)
	{
		$students = 'Learn Computer Engineering';
	}
	$vst = 'Visit gkseries.com and';
	invite($vst);
	echo $vst;
	?>
          
[A] Learn Computer Engineering
[B] Visit gkseries.com and
[C] visit gkseries.com and Learn Computer Engineering
[D] Learn Computer Engineering visit gkseries.com and
Answer & Explanation
Option: [C]

DOWNLOAD CURRENT AFFAIRS PDF FROM APP

Please share this page

Click Here to Read more questions

Teacher Eligibility Test