Assalamu Alaikum. Hope you all are well by the grace of Almighty ALLAH. Today, we learn how to write a C programming code of a Pascal's pyramid. take a look at the problem.
Problem:
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
Write a C program to draw it.
Solution:
Thank you all..
0 comments:
Post a Comment