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