Pascals' Triangle in C

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • swateedas
    New Member
    • Dec 2007
    • 1

    Pascals' Triangle in C

    please provide me the c code for pascal's triangle
  • Meetee
    Recognized Expert Contributor
    • Dec 2006
    • 928

    #2
    Originally posted by swateedas
    please provide me the c code for pascal's triangle
    Sorry, we cannot provide full code. Please read posting guidelines

    Also search google for more.

    Regards

    Comment

    • sicarie
      Recognized Expert Specialist
      • Nov 2006
      • 4677

      #3
      This question has been asked many times on this site, I'm sure you can use the search space in the top right of the page to find help - you just have to sort through the crap posts of people who posted, demanded code, and were rebuffed.

      Comment

      • krishnaprasadp
        New Member
        • Dec 2007
        • 1

        #4
        Here is the program for pascal tirangle

        removed per posting guidelines

        the ncr function is used to calculate the values
        and spaces are used to display the it in triangular format

        krishna

        Comment

        Working...