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. the type system that guarantees not to generate type errors.
4. none of these
- c. the type system that guarantees not to generate type errors.