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 functions are used for dynamic memory allocation in c language?

601


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

1467


What are the advantages of using linked list for tree construction?

645


Explain how do you list files in a directory?

618


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

1724






What is non linear data structure in c?

576


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

732


What is wrong in this statement?

606


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

632


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

636


How do you define a function?

583


Explain what is dynamic data structure?

644


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

611


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

626


Why header file is used in c?

577