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 |
How to reverse a linked list
1 Answers Aricent, Fidelity, IBM, TCS,
what is the difference between strcpy() and memcpy() function?
What does d mean?
What is variable in c example?
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
What is malloc return c?
write a c programme for add of two numbers with out use of arthematic operators
What is the difference between scanf and fscanf?
What is the heap in c?
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
WAP – represent a char in binary format
Explain what is the difference between functions getch() and getche()?