Q:

What is the output of the below code snippets?

<?php
while()
{
echo "GeeksForGeeks";
}
?>
(A) Hello World
(B) Infinite loop
(C) no output
(D) Error

WEB TECHNOLOGIES QUESTIONS

All Replies

Viewing 1 replies (of 1 total)

Viewing 1 replies (of 1 total)

  • You must be logged in to reply to this topic.