filmov
tv
C Pointers Exercise 8: Calculate the factorial using pointers [C Programming]

Показать описание
Write a program in C to find the factorial of a given number using pointers.
Test Data :
Input a number : 5
Expected Output :
The Factorial of 5 is : 120
----------------------------------------------------------------------------------------------
Test Data :
Input a number : 5
Expected Output :
The Factorial of 5 is : 120
----------------------------------------------------------------------------------------------