

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is a "translation unit" in C++
A translation unit is any preprocessed source file.
A translation unit is the basic unit of compilation in C++. This unit is made up of the contents of a single source file after it passes through preprocessing. It contains included any header files without blocks that are ignored using conditional preprocessing statements like ifdef, ifndef, etc.
A single translation unit can be compiled into an object file, library, or executable program.
- Related Questions & Answers
- What is the Syntax Directed Translation?
- What is a Unit Parabolic Signal?
- What is a Unit Step Signal?
- What is a Unit Ramp Signal?
- What is a Unit class in JavaTuples?
- What is Control Unit?
- What is Types of Syntax Directed Translation Schemes?
- What is translation of control statements in compiler design?
- What is syntax-directed translation schemes in compiler design?
- What is Python Unit Testing?
- What is Hardwired Control Unit?
- What is Microprogrammed Control Unit?
- What is Multistation access unit (MSAU)?
- What is Digital Service Unit (DSU)?
- What is Arithmetic Logic Shift Unit in Computer Architecture?
Advertisements