Predict the output
#include stdio.h
#includestdbool.h
void solve()
{
bool Sook = true;
printf(Sook ? "SOOKSHMAS" : "BEYOND KNOWING");
}
int main() {
solve();
return 0;
}


Posted on by