quartz/content/The reason for types in programming languages.md
2024-04-17 14:00:00 +02:00

210 B

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.

202404171350