From 6cfd2257ffa338b7014da803210e1b6f275e397b Mon Sep 17 00:00:00 2001 From: Mischa van den Burg Date: Wed, 17 Apr 2024 14:00:00 +0200 Subject: [PATCH] Automated commit at Wed Apr 17 14:00:00 CEST 2024 --- content/C sharp.md | 2 +- content/The reason for types in programming languages.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 content/The reason for types in programming languages.md diff --git a/content/C sharp.md b/content/C sharp.md index 564611750..a827d8604 100644 --- a/content/C sharp.md +++ b/content/C sharp.md @@ -6,9 +6,9 @@ - [[Verbatim string literal]] - [[C sharp Code Style]] - [[if statements]] +- [[The reason for types in programming languages]] - Learning Resources -- - [[Advanced Csharp course freeCodeCamp]] diff --git a/content/The reason for types in programming languages.md b/content/The reason for types in programming languages.md new file mode 100644 index 000000000..d45ccb446 --- /dev/null +++ b/content/The reason for types in programming languages.md @@ -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 \ No newline at end of file