Showing posts with label 1 26 3710 4 8 11 13 c pattern program source code. Show all posts
Showing posts with label 1 26 3710 4 8 11 13 c pattern program source code. Show all posts

7.16.2016

Continuous Number Pattern C Program

Q. Write a C program to make the following continuous number pattern as:

     1
     2 6
     3 7 10
     4 8 11 13
     5 9 12 14 15

Ans.

Before write to start the C coding, first of all you should the understand the concept of above number pattern.