What compilation do?

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


Please Help Members By Posting Answers For Below Questions

Write a program to swap two numbers without using third variable in c?

616


all c language question

1871


What is the size of empty structure in c?

595


If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.

1791


Can you please explain the difference between strcpy() and memcpy() function?

602






What are types of structure?

604


What is a static function in c?

624


Can we declare function inside main?

568


When we use void main and int main?

588


Write a program to swap two numbers without using third variable?

814


my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?

1119


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1507


Describe static function with its usage?

611


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

1864


write a progrmm in c language take user interface generate table using for loop?

1574