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
What is static memory allocation?
Why is c called a structured programming language?
How can a number be converted to a string?
Who is the founder of c language?
What are the key features in c programming language?
hi any body pls give me company name interview conduct "c" language only
what is different between auto and local static? why should we use local static?
How arrays can be passed to a user defined function
Why void is used in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
using for loop sum 2 number of any 4 digit number in c language
What is the general form of a C program?
Why structure is used in c?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file