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
What is the difference between cin.read() and cin.getline()?
What is function declaration in c++ with example?
How will you call C functions from C ++ and vice-versa?
How are virtual functions implemented in c++?
Does c++ have string data type?
What is runtime polymorphism in c++?
What are the advantages of c++?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
Can I learn c++ without learning c?
What is a virtual destructor? Explain the use of it?
What is an overflow error?
What do you mean by enumerated data type?
Which is the best c++ compiler?
What is class syntax c++?
Why iomanip is used in c++?