Computer Science, asked by mjagadheeswari123, 1 month ago

Choose correct statement about Functions in C Language.
a. A Function is a group of c statements which can be reused any number of times.
b. Every Function has a return type.
c. Every Function may no may not return a value.
d. All the above.​

Answers

Answered by MissQueenOfFashion
3

Answer:

option A is the answer drop some thx plz

Answered by steffiaspinno
0

a. A Function is a group of c statements that can be reused any number of times.

In computer science, we can separate an enormous program into the fundamental structure blocks known as function. The function contains the arrangement of programming explanations encased by {}. A capacity can be called on different occasions to give reusability and measured quality to the C program. We can say that the assortment of capacities makes a program. The function is otherwise called procedure or subroutine in other programming dialects. It contains the genuine explanations which are to be executed. It is the main angle to which the control comes when the capacity is called. Here, we should see that just one worth can be gotten back from the function.

Similar questions