What is the meaning of Strongly typed language in english?

Computer Definitions S - Definitions in Computer Definitions 3 years ago

  2   0   0   0   0 tuteeHUB earn credit +10 pts

5 Star Rating 1 Rating
Strongly TYPED language

A PROGRAMMING language that requires a variable to be defined, and the variable it is. For example, C is a strongly typed language. When declaring the variable, you must also specify the variable type.

In the following example, the test variable is declared as three variable types.

  1. An integer in the first line.
  2. A floating point in the second line.
  3. A character in the THIRD line.
int test = 25; FLOAT test = 2.3; char test = 'e';

The opposite of a strongly typed language is a LOOSELY typed language, such as Perl.

Posted on 20 May 2022, this text provides information on Computer Definitions related to S - Definitions in Computer Definitions. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.

Take Quiz To Earn Credits!

Turn Your Knowledge into Earnings.

tuteehub_quiz

Tuteehub forum answer Answers

Post Answer

No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.