What will be the output for the following code snippet?
#include"stdio.h" 
int main()
{
if(-2L2UL)
printf("happy learning in sookshmas");
else
printf("Beyond Knowing");
}


Posted on by