Multiple choice technology programming languages

PHP is a loosely typed language?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

PHP is a loosely typed language, meaning you don't need to declare variable types explicitly. Variables can automatically change types based on the context (e.g., a string can be used in arithmetic operations).