InterviewSolution
Saved Bookmarks
| 1. |
What is the output of the below code snippets?<?php while() { echo "GeeksForGeeks"; }?>(A) Hello World(B) Infinite loop(C) no output(D) Error |
| Answer» None | |