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


Please Help Members By Posting Answers For Below Questions

Explain the difference between structs and unions in c?

571


Explain what is the benefit of using an enum rather than a #define constant?

713


What does 3 periods mean in texting?

593


Hai what is the different types of versions and their differences

1483


Why does not c have an exponentiation operator?

623






What is a pointer in c?

677


How can I do peek and poke in c?

611


What is a structure in c language. how to initialise a structure in c?

603


Why we use void main in c?

590


what value is returned to operating system after program execution?

1596


Is using exit() the same as using return?

669


How can I dynamically allocate arrays?

585


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

722


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1464


What does == mean in texting?

659