what is the difference between compiling and building?



what is the difference between compiling and building?..

Answer / achal ubbott

Build includes 2 things viz. Compile and then Linking.
Linker tool of the tool chain uses some linker script file
(.ld extension or some other) to link all the object files
from your code and that from library.
The compiler gives you object files from your source
files.Most of times it has .o extension.

Is This Answer Correct ?    9 Yes 3 No

Post New Answer

More MFC Interview Questions

If there is more than 100 control in a window how we can change the Taborder of a controls

4 Answers   Satyam,


How to create a Modeless Dialog?

5 Answers  


1.Get string1,string2,string3 1.add string1 and 2,string1 and 3. 2.replace vowels with T 3.count number of T. 4.remove T 5.COPY string1 to stringf. 6.restore string1. print the following 1.Number of T 2.StringF 3.string1+string2+string3 Use pointers and functions

1 Answers  


what is the difference between SDI and MDI

15 Answers   CMC, HCL, Siemens,


How do I create a dialog box in mfc?

0 Answers  






Do you have an idea about MFC?

0 Answers   C DAC, CDAC,


How to update all the views whenver document got updated ?

1 Answers  


I want recent paper pattern for HP company?

0 Answers   HP,


What is the use of OninitDialog ?

11 Answers   HCL, Nagarro,


1)How to load an icon on a button as Dynamically ?

1 Answers   HCL,


What is the difference between regular dlls and extended dlls?

2 Answers  


how does conditionally close the Dialog Box ?

2 Answers   Infotech,


Categories