Hi ,
This is my first post to this news group.I want to know how
compiler writers write the library functions like printf() , scanf()
etc.Are they using Assembly Language,Machin e Language ? Or are they
written in C ?
Even though they write in Assembly Language , each
processor has its own instruction set.So how the same program is
running in all type of machines ?
Please explain.
This is my first post to this news group.I want to know how
compiler writers write the library functions like printf() , scanf()
etc.Are they using Assembly Language,Machin e Language ? Or are they
written in C ?
Even though they write in Assembly Language , each
processor has its own instruction set.So how the same program is
running in all type of machines ?
Please explain.
Comment