Sports GK Questions and Answers 2024 (Latest Updated)

Awards & Honours GK Questions 2024 (Latest Updated)

Question

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]
Advertisement
Article and Schedule Quiz Start Test!
DOWNLOAD CURRENT AFFAIRS PDF FROM APP

Random GK Questions

Assam Direct Recruitment Test Series

Computer Science Topics