Science, asked by cherrypie5476, 1 year ago

How can I view the statements inside a scanf() function?

Answers

Answered by Sushank2003
3
Correct. The scanf function is defined in stdio.h header. Understanding the code in the header would be difficult to understand(at least for me it was). 

Some say that the C library is not released yet and there is no way we can read the code .

There are some sites which contain the source code for the headers and the functions.( I don't know if they contain the original C library source code. I'm gonna put it anyways)
Similar questions