name the language for writing c compiler?
Answer Posted / xxx
It is "C"
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What are header files why are they important?
What is the heap?
ATM machine and railway reservation class/object diagram
develop algorithms to add polynomials (i) in one variable
What is the use of void pointer and null pointer in c language?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Write a code to generate a series where the next element is the sum of last k terms.
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Explain what is the most efficient way to store flag values?
How do you generate random numbers in C?
What are the Advantages of using macro
Can a variable be both const and volatile?
What is s or c?
Can math operations be performed on a void pointer?
When can you use a pointer with a function?