Answer Posted / mrs.ahmer
A compiler is a computer program (or set of programs) that
transforms source code written in a programming language
(the source language) into another computer language (the
target language, often having a binary form known as object
code).
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is flag a keyword in c?
What is new line escape sequence?
code for replace tabs with equivalent number of blanks
What is the value of h?
How to find a missed value, if you want to store 100 values in a 99 sized array?
What is c language in simple words?
Explain the use of function toupper() with and example code?
Explain the use of #pragma exit?
Why is sprintf unsafe?
Explain the Difference between the New and Malloc keyword.
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What is character constants?
4. main() { int c=- -2; printf("c=%d",c); }
What is a stream in c programming?
how can I convert a string to a number?