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

What is the purpose of type declarations?

0 Answers  


What does extern mean in a function declaration?

4 Answers  


write a program to display numbers from 1 to 10 and 10 to 1?

2 Answers  


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

0 Answers  


Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.

6 Answers   FCI, TCS,






When should you not use a type cast?

0 Answers  


triangle number finding program...

1 Answers   HCL,


Is c is a high level language?

0 Answers  


Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.

3 Answers   Google,


Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?

2 Answers   Excel,


what is the use of ~ in c lang?????

3 Answers  


What is a nested loop?

0 Answers  


Categories