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 |
what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }
What are the advantages of the functions?
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
How important is structure in life?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Do you know pointer in c?
What is the difference between malloc() and calloc() function in c language?
What is property type c?
Why c is procedure oriented?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
Explain following declaration int *P(void); and int (*p)(char *a);