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 the c value paradox and how is it explained?
What are the 5 types of inheritance in c ++?
Can a program have two main functions?
What is the -> in c?
What are the similarities between c and c++?
How can you call a function, given its name as a string?
What are the c keywords?
What is a good way to implement complex numbers in c?
What is #include stdlib h?
Why is c called a structured programming language?
Does * p ++ increment p or what it points to?
What is the use of a semicolon (;) at the end of every program statement?
What is nested structure in c?
Why is c used in embedded systems?
What is the difference between mpi and openmp?