Question: 33
(Choose 1 answer)
In the procedural paradigm, how are data and program units (functions) typically related?
A. Functions and data are separate entities with no direct relationship.
B. Functions operate directly on data passed to them as parameters.
C. Functions encapsulate both data and behavior.
D. Data and functions are globally shared without restrictions.