What's the difference b/w Statically and Dynamically typed languages and Strongly and Weakly typed languages?

Please explain the difference between above two one again.

Hello,
Statically typed languages are those in which the datatype of the variable is defined before using it or we can say that it’s datatype is known to us at compilation stage.

Dynamically typed languages are those where in datatype of variable need not to be defined beforehand of using that variable it automatically adjusts it’s type according to its usage or we can say that it’s datatype is known to us at run time.

Hope this clears your query :blush:
Happy coding

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.