Question
NCRE Level 2 programming application task 46: Which statement should guide analysis of data types and variables? Focus on programming in this variation.
Select an option. Your answer will be checked instantly.
Correct Answer: B. A data type constrains the values and operations valid for a variable
Explanation:
Types define representation and permitted operations, helping programs detect invalid use.
Leave a Reply