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 |
Is string data type in c++?
Explain the isa and hasa class relationships.
What will i and j equal after the code below is executed? Explain your answer.
Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number
Who was the creator of c++?
Explain the difference between using macro and inline functions?
Write a c program for binary addition of two 8 bit numbers.
How do I start a c++ project?
What is an arraylist c++?
What is a pdb file?
How can you create a virtual copy constructor?
Explain friend class?