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 |
What do you mean by abstraction. Explain your answer?
Explain polymorphism?
Describe the syntax of single inheritance in C++?
Is java made in c++?
Can comments be nested?
What is the difference between #import and #include?
the maximum length of a character constant can be a) 2 b) 1 c) 8
How to create a pure virtual function?
When to use “const” reference arguments in a function?
How a modifier is similar to mutator?
What are the various compound assignment operators in c++?
The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance