MCQs > IT & Programming > PHP > What's the output? $count=50; function Argument() { $count++; echo $count; } Argument() ?> It will print 50 It will print 51 It will print 52 It will print 1

PHP MCQs

What will be the output of the following script?

$count=50;

function Argument()

{

$count++;

echo $count;

}

Argument()

?>

    It will print 50
    It will print 51
    It will print 52
    It will print 1

Answer

Correct Answer: d

Explanation:

Note: This Question is unanswered, help us to find answer for this one

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it