the #include<stdio.h>
has only declarations
the code for printf and scanf and for standard keywords r there in which place in turboc can i see it any way to see that
Printable View
the #include<stdio.h>
has only declarations
the code for printf and scanf and for standard keywords r there in which place in turboc can i see it any way to see that
Most likely that source code isn't available but to get an example of how it could look get the code to an open source compiler.
Why do you need it by the way?