Answer Posted / hrpynux@gmail.com
In C and C++ programming language terminology, a translation unit (or more casually a compilation unit) is the ultimate input to a C or C++ compiler from which an object file is generated.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why should you learn c++?
What is meant by iomanip in c++?
What is the most powerful coding language?
What is the best c++ ide?
What do you mean by function overriding & function overloading in c++?
What are default parameters? How are they evaluated in c++ function?
Is linux written in c or c++?
What is vector string in c++?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What do nonglobal variables default to a) auto b) register c) static
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What do you mean by delegate? Can a user retain delegates?
How to tokenize a string in c++?
When should overload new operator on a global basis or a class basis?
Which of the following is evaluated first: a) && b) || c) !