What is the output of the following code?
#include stdio.h
void main()
{
if(!printf(""))
printf("Sookshmas");
else
printf("Beyond Knowing");
}


Posted on by