What is the value of the x in snippet
#include stdio.h
void solve() {
int x = printf("SOOKSHMAS");
printf(" %d", x);
}
int main() {
solve();
return 0;
}

Posted on by