name the language for writing c compiler?
Answer Posted / 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 |
Post New Answer View All Answers
Using which language Test cases are added in .ptu file of RTRT unit testing???
Tell me the use of bit field in c language?
What is the difference between the local variable and global variable in c?
Which header file is used for clrscr?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is the use of c language in real life?
Subtract Two Number Without Using Subtraction Operator
Can we assign string to char pointer?
What happens if you free a pointer twice?
What are the functions to open and close file in c language?
Explain what is the stack?
What is unsigned int in c?
How can I call fortran?
What is the use of typedef in c?
Why is void main used?