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 |
Can you write the function prototype, definition and mention the other requirements.
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
What is sizeof array?
why i join syntel?
23 Answers ABC, Syntel, TCS,
What is variable and explain rules to declare variable in c?
What is data structure in c language?
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
What are disadvantages of C language.
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
WHAT IS ABSTRACT DATA TYPE
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
What is modeling?