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

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


Please Help Members By Posting Answers For Below Questions

What are all predefined data types in c++?

559


What is a v-table?

647


What is malloc in c++?

556


What is the use of turbo c++?

551


Explain class invariant.

586






How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?

625


Write about the members that a derived class can add?

568


explain the reference variable in c++?

576


What is microsoft c++ redistributable?

610


How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

1836


Can a list of string be stored within a two dimensional array?

575


Explain the concept of copy constructor?

616


What is the use of seekg in c++?

596


What are the various situations where a copy constructor is invoked?

608


Does std endl flush?

607