If compiler for c is written in c language, which is used to complie the compiler?

Showing Answers 1 - 3 of 3 Answers

rekha

  • Sep 30th, 2005
 

C Compiler

  Was this answer useful?  Yes

ajay kumar

  • Apr 18th, 2006
 

C compiler was written in C language,that is true.But that does not say in what language first C compiler was written.I think first C compiler might have used assembly language instructions.And after that further compilers might have used this(or other compilers that was built the same way) compiler to compile the other newly build compilers.

  Was this answer useful?  Yes

yba

  • Jul 10th, 2007
 

The first C compiler was likely written in the B language.  The developers were so influenced by the language BCPL, that until the debut of C++, programmers openly speculated whether the next language out of Bell Labs would be called D or P.

There were many intermediate languages between toggling in binary numbers with switches and the first K&R C.  Kernighan wrote a book that taught programming using a Fortran preprocessor called Ratfor, which formatted Fortran IV to look like structured, free-format C code.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions