Guess the output of the following code.
#include stdio.h
void main()
{
int x = 5;
if (x 1)
printf("Sookshmas");
if (x == 5)
printf("BEYONDKNOWING");
else
printf("no");
}





Posted on by