This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 26 lines
!!! Overview
[{$pagename}] is a classification of [data] which tells the compiler or [Observer] how to use intends to use the [data].
Compilers or [Observers] may interpret the [{$pagename}] differently depending on the __[context]__
THere are several classifications of [{$pagename}]:
* [Primitive data type]
* [Composite data type]
* [Reference data type]
Most programming languages support various [{$pagename}]s, for example:
Classic basic primitive types may include:
* Character (character, char);
* Integer (integer, int, short, long, byte) with a variety of precisions;
* Floating-point number (float, double, real, double precision);
* Fixed-point number (fixed) with a variety of precisions and a programmer-selected scale.
* Boolean, logical values true and false.
* Reference data types (also called a pointer or handle), a small value referring to another object's address in [memory] or a perhaps a [hyperlink]. [by-reference]
A Data type provides a set of values from which an expression (i.e. variable, function ...) may take its values. The type defines the operations that can be done on the data, the meaning of the data, and the way values of that type can be stored
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]
----
* [#1] - [Data_type|Wikipedia:Data_type|target='_blank'] - based on information obtained 2017-07-25-