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

Why is %d used in c?

563


What is a buffer in c?

575


Explain what is a static function?

631


What extern c means?

536


5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.

1582






What do you know about the use of bit field?

612


Where are local variables stored in c?

570


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2740


What are shell structures used for?

600


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1628


differentiate built-in functions and user – defined functions.

626


diff between exptected result and requirement?

1592


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

623


Ow can I insert or delete a line (or record) in the middle of a file?

574


Do you know the purpose of 'register' keyword?

642