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

Write a program to calculate the BMI of a person using the formula BMI = weight/height2.

2 Answers  


What size is allocated to the union variable?

0 Answers  


What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

0 Answers  


What do you mean by ‘void’ return type?

0 Answers  


What is the difference between set and map in c++?

0 Answers  






Which operator cannot be overloaded c++?

0 Answers  


What is the difference between static global and global ?

2 Answers   CA,


Can we make any program in c++ without using any header file and what is the shortest program in c++.

0 Answers   MCN Solutions,


what is multi-threading in C++?

0 Answers  


What is c++ manipulator?

0 Answers  


What is class definition in c++ ?

0 Answers  


What is flush programming?

0 Answers  


Categories