What compilation do?

Answer Posted / naveen

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 ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What extern c means?

529


Why functions are used in c?

580


How are Structure passing and returning implemented by the complier?

707


What do you understand by friend-functions? How are they used?

641


Why isn't any of this standardized in c? Any real program has to do some of these things.

621






What is a substring in c?

583


Explain what header files do I need in order to define the standard library functions I use?

645


Write program to remove duplicate in an array?

595


Should a function contain a return statement if it does not return a value?

592


How can you find the day of the week given the date?

609


In C, What is the #line used for?

1045


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

3975


Explain modulus operator.

590


What are qualifiers?

613


Explain how can you avoid including a header more than once?

593