Answer Posted / ramesh
A Compiler that translates the sources to binary code
language
(or)
A compiler that converts the high level language to low
level language.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain Basic concepts of C language?
Explain how do you use a pointer to a function?
What is string in c language?
What is the purpose of sprintf() function?
What is the use of putchar function?
What are keywords in c with examples?
Explain the concept and use of type void.
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Explain how do you convert strings to numbers in c?
Why do we need a structure?
What is 1f in c?
Explain what is wrong in this statement?
Is sizeof a keyword in c?
The file stdio.h, what does it contain?
Explain what are multidimensional arrays?