Strongly typed language

We call C/C++ and Java are strongly typed languages and JavaScript and PERL are loosely typed languages. What does it mean? Either in C or Java, when a variable is declared, it must be informed to the compiler what data type the variable stores like integer, float, double or string etc. Observe the following variable …

Strongly typed language Read More »