MCQs > IT & Programming > C Programming > Output of the following code? int main() { FILE *foobar = stdout; int foo; fprintf(foobar, '%d ', 20); fflush(stdout); fprintf(stderr, '%d', 99); return 0; }

C Programming MCQs

What is the output of the following code? int main() { FILE *foobar = stdout; int foo; fprintf(foobar, "%d ", 20); fflush(stdout); fprintf(stderr, "%d", 99); return 0; }

 

Answer

Correct Answer: 20 99

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it