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

we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?

4 Answers   HP, Wipro,


logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............

2 Answers   Infosys,


WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?

4 Answers  


what is the difference between postfix and prefix unary increment operators?

3 Answers  


what is level of tree if leaf node is at level 4.please explain.

1 Answers   Wipro,






What functions are in conio h?

0 Answers  


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

0 Answers  


atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation

0 Answers  


What is the use of a conditional inclusion statement in C?

0 Answers   Global Logic,


How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 Answers  


EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>

4 Answers  


what's the return value of malloc()

9 Answers  


Categories