#include stdio.h
void solve() {
int x = printf("Hello");
printf(" %d", x);
}
int main() {
solve();
return 0;
}
What's the Value of x in the given code snippet

Posted on by