187k views
0 votes
T F Functions should be given names that reflect their purpose.

User Savner
by
6.9k points

1 Answer

5 votes

Answer:

true

Step-by-step explanation:

FUNCTION: functions are the collection of statements which are used in C programming any program that can not be run without a function, anyone can divide their code in different functions. A function declare the compiler about the name of the function , a function definition provides the actual body of the function so from above discussion it is clear that the function should be given names that reflects their purpose

User HowDoIDoComputer
by
8.1k points