Monday, September 26, 2016

C program to print Pascal triangle bangla

No comments :
Pascal Triangle in c: C program to print Pascal triangle which you might have studied in Binomial Theorem in Mathematics. Number of rows of Pascal triangle to print is entered by the user. First four rows of Pascal triangle are shown below :-

1
1 1
1 2 1
1 3 3 1

No comments :

Post a Comment