In programming languages, what do function declarations refer to?

In programming languages, what do function declarations refer to?
A . The function’s execution runtime
B . The data types of function arguments and return value
C . The number of statements inside a function
D . The function’s memory address

Answer: B

Explanation:

Function declarations in programming languages specify the data types of function arguments and return values.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments