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 constant? Explain with an example.

0 Answers  


What is a storage class used in c++?

0 Answers  


Difference between pass by value and pass by reference?

0 Answers  


What happens if a pointer is deleted twice?

0 Answers   Flextronics,


Differentiate between a template class and class template in c++?

0 Answers  






What is c++ array?

0 Answers  


What is the main use of c++?

0 Answers  


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

0 Answers  


Is c++ a low level language?

0 Answers  


How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.

15 Answers   Satyam,


Explain about profiling?

1 Answers  


Is vector a class in c++?

0 Answers  


Categories