Join our Telegram Channel

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

DOWNLOAD CURRENT AFFAIRS PDF FROM APP

Today's Top Current Affairs

Current Affairs MCQs

State-wise Current Affairs

General Knowledge

Month-wise Current Affairs 2023

Category-wise Current Affairs

Jobs by Qualification

Free Mock Test