it is known that dennis rithie made c with only 32 keywords and writing functions is the responsibility of the programmer. who wrote the functions printf, scanf . what is it's sourcr code?

Recommended Answers

All 3 Replies

it is known that dennis rithie made c with only 32 keywords and writing functions is the responsibility of the programmer. who wrote the functions printf, scanf?

Usually the author of the compiler that has the functions defined.

>who wrote the functions printf, scanf .
You mean who "writes" the functions. Generally every new compiler re-implements printf and most or all of the standard library and the author of the compiler does it (or someone on the team if there's more than one programmer).

>what is it's sourcr code?
I'll attach an example implementation of C89's stdio library.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.