#include stdio.h
void solve()
{
int x = printf("Hello");
printf(" %d", x);
}
int main()
{
solve();
return 0;
}
Predict the output of given code snippet!!

Posted on by