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 are the various arithmetic operators in c++?

0 Answers  


Is python written in c or c++?

0 Answers  


Is c++ the best programming language?

0 Answers  


What is the difference between function overloading and operator overloading?

0 Answers  


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

0 Answers  






What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same

3 Answers   CTS,


Difference between delete and delete[]?

5 Answers   Infosys, TCS, Virtusa,


What are different types of typecasting supported by C++

1 Answers   CA,


What is an adjust field format flag?

0 Answers  


Explain what is oop?

0 Answers  


string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring

1 Answers   Quark,


What is the use of structure in c++?

0 Answers  


Categories