Answer Posted / deepu chandran
compilation refers to conveting source code(high level)
into object code (machine code) by series of processes such
as lexical analysis,parsing(syntactic),sematic
analysis,optimization,preprocessor, code generation.
compiler is a program mainly written in C itself
for C compiler.
if u want 2 know more about this processes mail me at:
fortuner4u@gmail.com
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is this program statement valid? INT = 10.50;
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
using for loop sum 2 number of any 4 digit number in c language
Why isn't it being handled properly?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Tell me what is null pointer in c?
What are the different types of constants?
diff between exptected result and requirement?
How to get string length of given string in c?
Which header file is essential for using strcmp function?
What is calloc() function?
How will you delete a node in DLL?
List the difference between a "copy constructor" and a "assignment operator"?
When should volatile modifier be used?