name the language for writing c compiler?
Answers were Sorted based on User's Feedback
Answer / 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 |
please explain every phase in the "SDLC" in the dotnet.
how to find out the inorder successor of a node in a tree??
What is the difference between exit() and _exit() function?
how to convert an char array to decimal array
how can we Declare a variable in c without defining it.
Which node is more powerful and can handle local information processing or graphics processing?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is difference between array and structure in c?
What are the types of operators in c?
What is echo in c programming?
What is New modifiers?
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.