name the language for writing c compiler?

Answers were Sorted based on User's Feedback



name the language for writing c compiler?..

Answer / ashutosh tiwari

we can use assembly language or C itself to build a
compiler for C.
But assembly code will not be reusable so the compiler
developed for one system will not run on other system

Is This Answer Correct ?    3 Yes 0 No

name the language for writing c compiler?..

Answer / abhinav singh

Trans-mo-grifiers(TMG)

Is This Answer Correct ?    4 Yes 3 No

name the language for writing c compiler?..

Answer / xxx

It is "C"

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More C Interview Questions

Does sprintf put null character?

0 Answers  


i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement

5 Answers  


WHY DO WE USE A TERMINATOR IN C LANGUAGE?

2 Answers  


How do you write a program which produces its own source code as output?

0 Answers  


What are loops c?

0 Answers  






How can my program discover the complete pathname to the executable from which it was invoked?

0 Answers  


Why dont c comments nest?

0 Answers  


progrem to generate the following series 1 12 123 1234 12345

6 Answers   HCL, Wipro,


WHAT IS HEADER?

8 Answers   ProKarma, TCS,


What functions are used in dynamic memory allocation in c?

0 Answers  


What does the c preprocessor do?

0 Answers  


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

0 Answers   Subex,


Categories