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 is setiosflags c++?
What is the insertion operator and what does it do?
What is a dangling pointer in c++?
What are the five types of inheritance in C++?
What is anonymous object in c++?
Why is it necessary to use a reference in the argument to the copy constructor?
What is const in c++?
Show the declaration for a pointer to function returning long and taking an integer parameter.
Comment on local and global scope of a variable.
How do I run c++?
What is size_type?
Describe exception handling concept with an example?