implementation of recursion using pointers in c

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sudhasarravanan
    New Member
    • Jul 2008
    • 1

    implementation of recursion using pointers in c

    i need a c program to find factorial of a number using recursion and pointers
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    Please read the posting guidelines before posting ur question.

    Raghu

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Originally posted by sudhasarravanan
      i need a c program to find factorial of a number using recursion and pointers
      While I can understand the recursion part for the factorial function I have no idea
      what you need those pointers for?

      kind regards,

      Jos

      Comment

      Working...