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
Is c++ a software?
What is the meaning of string in c++?
Which is the best c++ software?
Explain shallow copy?
What is the difference between set and map in c++?
What are the benefits of oop in c++?
What is object oriented programming (oop)?
How does atoi function work?
Are strings immutable in c++?
Differentiate between declaration and definition.
What's the order in which the objects in an array are destructed?
Write about all the implicit member functions of a class?
What are protected members in c++?
Can you please explain the difference between using macro and inline functions?
which operator is used for performing an exponential operation a) > b) ^ c) none