Definition/body of the printf & scanf function in C

abhishek-23 picture abhishek-23 · Dec 29, 2012 · Viewed 17.9k times · Source

Where do i find the definition/body of the printf/scanf & other similar predefined commonly used functions (getch, clrsr ...etc) of "Borland C" ?

Answer

Raghu Srikanth Reddy picture Raghu Srikanth Reddy · Dec 29, 2012

You cannot.. You can just see the prototype of printf/scanf in the header file <stdio.h>

You can find it in the standard library which comes with whatever compiler you are using..