Skip to main content
Learn Programming step by step

Main navigation

  • Home
  • C
  • C++
  • Contact

Problem Statement: 
Write a C Program to find the factorial of any number using command line argument.

Required Knowledge: 
C Input/Output, C Variables,  C Datatypes, C Command Line Argument

Solution: 

Explanation: 

  •  
Tags
C Examples
C Intermediate Examples
  • Log in or register to post comments

Comments

Profile picture for user Burgess。
Permalink

Submitted by Burgess。 on Sat, 06/29/2019 - 14:33

Why not need to add the…

Why not need to add the header file "stdlib.h"

  • Log in or register to post comments

Copyright © 2019. All rights reserved