Name the language in which the compiler of "c" in written?
Answer Posted / ram basa
ANSI is the languge which is the of "c"
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
main() { printf("hello"); fork(); }
What are the scope of static variables?
What is the difference between functions getch() and getche()?
Why array is used in c?
What is a macro, and explain how do you use it?
Is javascript written in c?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
How can I read a binary data file properly?
I came across some code that puts a (void) cast before each call to printf. Why?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is a structure and why it is used?
Explain what are run-time errors?
Why void main is used in c?
What is a structure member in c?
Describe dynamic data structure in c programming language?