© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Adeoti Ayodeji
I write code, I argue for fun, I play the piano in a nonsensical manner; all because, why not?
Static typing Static typing is explicitly pointing out types of variables at compile time. Languages that are statically typed make you declare the types of variables before you can use them. Consider an example from C int num; num = 5; // or you can...
No responses yet.