Forum: C++ Sep 14th, 2008 |
| Replies: 3 Views: 578 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? |
Forum: C Aug 7th, 2004 |
| Replies: 1 Views: 2,039 why do we use function definition in header file and function declaration in obj
why can,t both be at header file? |
Forum: C Aug 7th, 2004 |
| Replies: 7 Views: 28,623 dennis richie made c language with only 32 keywords all the functions and statements are to be created by the programer. if so wher is the source code of "printf" "scanf" "cin" "cout" ? |