Showing posts with label continuous rhombus number pattern. Show all posts
Showing posts with label continuous rhombus number pattern. Show all posts

10.12.2015

Continuous Rhombus Number Pattern

Q. Write a Number reverse program in C language as following pattern:

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

Ans.

/*c program for reverse number pattern rhombus*/
#include<stdio.h>
int main()
{