põhitüübi
Põhitüübi is a term used in programming and computer science to denote the base or primitive data types that are built into a programming language and serve as the building blocks for more complex types. The form is the genitive of põhitüüp (base type). In many languages these base types are distinguished from composite or user-defined types and from objects or references.
The concept covers the fundamental representations that the language defines with fixed semantics, memory footprints, and
Examples across languages illustrate variation. In C, common base types include int, char, float, and double,
Põhitüübid provide the foundation for type systems, with more complex or user-defined types built atop them