Submitted by admin on

A language is Static typed if  perform type(common programming behaviours) checking at compile time.

language compiler perform type checking at compile time and assigns variables type based on the variable's value.

Examples of Static typed languages  :- Java, C, C++