What is the output of the following code?


#include stdio.h

int main() {
if(0==NULL)
printf("Sookshmas");
else
printf("Beyond Knowing");

return 0;
}

Posted on by