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
what is upcasting in C++?
why and when we can declar member fuction as a private in the class?
What is a class template in c++?
Can we make copy constructor private in c++?
Can we overload operator in c++?
Explain mutable storage class specifier.
What is an iterator class in c++?
What is the object serialization?
What is ios :: in in c++?
Write about an iterator class?
Show the declaration for a static function pointer.
What is a terminating character in c++?
Describe the process of creation and destruction of a derived class object?
what is scupper?
Define a conversion constructor?