What is compilation?



What is compilation?..

Answer / shiva479

compilation is a process of converting program from user understandable language to machine understandable language and vice versa.

Is This Answer Correct ?    32 Yes 1 No

Post New Answer

More C++ General Interview Questions

What is the difference between a copy constructor and an overloaded assignment operator?

4 Answers   Belzabar, Citrix, Microsoft, Wipro,


What's the order in which the local objects are destructed?

0 Answers  


What is an opaque pointer?

1 Answers  


Can we make copy constructor private in c++?

0 Answers  


How to reduce a final size of executable?

3 Answers  






In a function declaration what does extern means?

0 Answers   Flextronics,


List out some of the object-oriented methodologies?

1 Answers  


What is a stack c++?

0 Answers  


What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;

4 Answers   Lehman Brothers,


Why is the function main() special?

0 Answers  


Difference between pass by value and pass by reference?

0 Answers  


What is setiosflags c++?

0 Answers  


Categories