0
996views
What is function? Write a C program to calculate factorial of a given number.
1 Answer
0
121views

Function:

  1. A function is defined to be a self-contained program which is written for the purpose of accomplishing some task.
  2. Function is reusable block of code that makes a program easier to understand, test and can be easily modified without changing the calling program.

C program to find factorial :- …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.