What do you mean by translation unit in c++?



What do you mean by translation unit in c++?..

Answer / 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

More C++ General Interview Questions

What is a memory leak c++?

0 Answers  


Explain about templates of C++.

0 Answers  


Why isn't sizeof for a struct equal to the sum of sizeof of each member?

0 Answers  


How do you clear a set in c++?

0 Answers  


what is oops

2 Answers  






What is doubly linked list in c++?

0 Answers  


Where Malloc(), Calloc(), and realloc() does get memory?

0 Answers  


Explain how to initialize a const data member.

0 Answers  


What is the difference between "overloading" and "overridding"?

3 Answers  


What is a string example?

0 Answers  


What is split a string in c++?

0 Answers  


Is multimap sorted c++?

0 Answers  


Categories