What are data types in programming
A) Styles of code formatting
B) Units of measurement for code complexity
C) A classification system for variables and values
D) Programming languages used for data manipulation
Answer:
C) A classification system for variables and values
Explanation:
In programming, “data types” refer to a classification system used to categorize variables and values based on the type of data they can store and the operations that can be performed on them. Data types include integers, floating-point numbers, strings, and more, each with its own characteristics and constraints. Options A (Styles of code formatting), B (Units of measurement for code complexity), and D (Programming languages used for data manipulation) do not accurately describe data types in programming.