Static typing is useless without strict typing. Knowing the type of everything won’t save you if you can multiply a pointer by an integer and use the result as a file handle.
> Static typing is useless without strict typing. Knowing the type of everything won’t save you if you can multiply a pointer by an integer and use the result as a file handle.
What language are you talking about? Go to godbolt and try that with any of the compilers there for C or C++.
What language are you talking about? Go to godbolt and try that with any of the compilers there for C or C++.