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
Do variables need to be initialized?
What are enums in c?
what is the difference between 123 and 0123 in c?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Which is the best website to learn c programming?
how we can make 3d venturing graphics on outer interface
What is a union?
What does sizeof return c?
Explain what are multidimensional arrays?
What are external variables in c?
what is the height of tree if leaf node is at level 3. please explain
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Write a program to swap two numbers without using the third variable?