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

Why should you learn c++?

674


What is meant by iomanip in c++?

715


What is the most powerful coding language?

709


What is the best c++ ide?

698


What do you mean by function overriding & function overloading in c++?

687






What are default parameters? How are they evaluated in c++ function?

767


Is linux written in c or c++?

664


What is vector string in c++?

676


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

713


What do nonglobal variables default to a) auto b) register c) static

752


If you want to share several functions or variables in several files maitaining the consistency how would you share it?

653


What do you mean by delegate? Can a user retain delegates?

605


How to tokenize a string in c++?

691


When should overload new operator on a global basis or a class basis?

696


Which of the following is evaluated first: a) && b) || c) !

1939