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 |
How can you link a c++ program to c functions?
Is it possible to write a c++ template to check for a function's existence?
describe private access specifiers?
Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Is c++ platform dependent?
What is the difference between an external iterator and an internal iterator?
What does flush do?
What is an operator in c++?
What does std :: flush do?
What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?
When is the destructor called?