What will be the output of the program?
#include int main() { int i; i = printf("How r u\n"); i = printf("%d\n", i); printf("%d\n", i); return 0; }
Answer: B
No answer description available for this question.