Ask your own question, for FREE!
Computer Science 7 Online
OpenStudy (myname):

In C does printf(""); function call another routine for system call like WriteFile(...); for windows in order to display characters on output console?

OpenStudy (anonymous):

It has to at some point ask the OS to write characters to a file or console. That much is certain.

OpenStudy (myname):

Yeah, that is certain but I am just trying to know what exact system call does it use for Windows platform for which one is WriteFile(..) function.

OpenStudy (anonymous):

It might even be somewhat compiler dependent. This isn't something that a programmer really should be worrying about. May I ask what the motivation for this question is?

OpenStudy (myname):

Sorry for the late reply, I got busy with school and work. Yeah, so the reason is that I am currently taking an Operating Systems class and was curious about this.

OpenStudy (myname):

But, thanks for your response.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!