Answer Posted / 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 View All Answers
Where can I run c++ program?
What is stream and its types in c++?
In the derived class, which data member of the base class are visible?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
Explain the uses oof nested class?
Is it possible for a member function to use delete this?
Explain the differences between list x; & list x();.
Can circle be called an ellipse?
Which function should be used to free the memory allocated by calloc()?
What is the meaning of string in c++?
What does the ios::ate argument do?
What are the benefits of pointers?
Why is polymorphism useful?
What are the different types of comments allowed in c++?
What is difference between class and structure in c++?