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