Click to See Complete Forum and Search --> : c programming


vinodannu
August 18th, 2008, 11:51 PM
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

S_M_A
August 19th, 2008, 12:38 AM
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?