Posts by Alexandre Tavares • 11 points
1 post
-
1
votes3
answers33467
viewsA: What is the difference between a static and dynamic programming language?
In a static typing language the type is defined at compile time, whereas the dynamics is defined at run time. In C, which is a static typing language, for example, you define a variable explicitly…