Q. What is strong type system? (Solved)
1. the type system in which only built-in data types are allowed.
2. the type system in which only user defined data types are allowed.
3. a type system that guarantees not to generate type errors.
4. none of these
- c. a type system that guarantees not to generate type errors.