mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-26 14:24:05 -06:00
Automated commit at Wed Apr 17 14:00:00 CEST 2024
This commit is contained in:
parent
11eb43f1d0
commit
6cfd2257ff
@ -6,9 +6,9 @@
|
|||||||
- [[Verbatim string literal]]
|
- [[Verbatim string literal]]
|
||||||
- [[C sharp Code Style]]
|
- [[C sharp Code Style]]
|
||||||
- [[if statements]]
|
- [[if statements]]
|
||||||
|
- [[The reason for types in programming languages]]
|
||||||
|
|
||||||
- Learning Resources
|
- Learning Resources
|
||||||
-
|
|
||||||
- [[Advanced Csharp course freeCodeCamp]]
|
- [[Advanced Csharp course freeCodeCamp]]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
8
content/The reason for types in programming languages.md
Normal file
8
content/The reason for types in programming languages.md
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
The types are a way to reserve memory. By using types the computer knows what to expect. It will know how much a certain variable will contain and it will reserve memory accordingly.
|
||||||
|
|
||||||
|
## Links:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
202404171350
|
||||||
Loading…
Reference in New Issue
Block a user