ADVERTISEMENT

Static and Dynamic Typed System

Type in programming is used to refer to the data type such as int, char, or user-defined structured data types.

Static type programming language is one where the data type of the variable is known before the execution of the program. This is done during the compilation of the code.

In Dynamic type programming language, the data type of a variable is not known till the program is executed.

C, C++, Java, Fortran, COBOL, BASIC, Pascal are some examples of Statically Typed Language

Perl, Python, Julia, Windows PowerShell are some examples of Dynamically Typed Language

TAGS:

Comments

What do you think?

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Learn More

Related Posts

From Kaṇāda to Rutherford: Tracing the Evolution of Atomic Theory

From Kaṇāda to Rutherford: Tracing the Evolution of Atomic Theory

The evolution of atomic theory is a long and winding road that has been travelled by some of the greatest minds in history. It began with the ancient Indians in 600 BC who gave the concept of “Parmanu” to Greeks who first proposed that matter was made up of tiny, indivisible particles. The 19th and 20th centuries saw significant advances in our understanding of atoms.

read more
Share This