Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Data type: Difference between revisions

From Coderwiki
new
 
(No difference)

Latest revision as of 09:04, 9 August 2025

While data types exist in both statically-typed programming languages and dynamically-typed programming languages, they are more important to know when working with static typing.

Every variable has some sort of data type. A data type just tells the programming language how to interpret the value of the variable.

Common data types

edit edit source