Please enable JavaScript.
Coggle requires JavaScript to display documents.
Data types - Coggle Diagram
Data types
Data Types
-
Types
-
-
-
Array type
-
Design issues
-
-
-
-
-
Number of array subscripts (one, two, three,..)
-
Types
-
-
Fixed Heap Dynamic
-
(-) allocation time from the heap, which is longer than allocation time from the stack.
-
-
-
-
-
-
-
Record types
-
-
Definition
-
-
C,C++,C# - Linked list (structs)
-
-
-
-
-
-
-