1.

What is the output of the below code snippets?<?php $value=\"GeeksForGeeks\"; echo strrev(\"$value\"); ?>(A)skeeGroFskeeG(B)skeeGroFskeeO(C)skeeGorFskeeG(D)skeeForFskeeG

Answer»


Discussion

No Comment Found