What compilation do?

Answer Posted / mahendra giri

compiler main work is to convert source code to target
code ,means when we compile our program ,source code are
converted into binary form (system understantable form)and
then execute it to user understable form.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

904


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

727


Stimulate calculator using Switch-case-default statement for two numbers

2442


What does the error message "DGROUP exceeds 64K" mean?

721


Dont ansi function prototypes render lint obsolete?

601






What is a list in c?

612


Did c have any year 2000 problems?

649


Where in memory are my variables stored?

631


write a program to create a sparse matrix using dynamic memory allocation.

4370


What is pass by reference in functions?

318


which is conditional construct a) if statement b) switch statement c) while/for d) goto

734


any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above

650


What are the 4 types of programming language?

576


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

652


What is the use of a semicolon (;) at the end of every program statement?

764