Predict the output of the code
#include stdio.h
void solve() {
bool ok = false;
printf(ok ? "YES" : "NO");
}
int main() {
solve();
return 0;
}

Posted on by