#include stdbool.h
#include stdio.h
int main()
{
int a = 10, b = 4;
bool res = ((a != b) && printf("Sookshmas"));
return 0;
}
Predict the output!

Posted on by