What will be the output of the program?
#include stdio.h
void solve() {
int x = printf("Akash");
printf(" %d", x);
}
int main() {
solve();
return 0;
}


Posted on by