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 explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????
what are two categories of clint-server application development ?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
why should i select you?
What are pragmas and what are they good for?
How can I copy just a portion of a string?
How can I prevent another program from modifying part of a file that I am modifying?
Why doesn't C have nested functions?
What are extern variables in c?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
Write a program for Overriding.
what is the use of fflush() function?