2.05.2016

Character Pattern of Half Diamond

Q. Write a C program to print the following design of Character Pattern of Half Diamond as:

          D

          CDC
          BCDCB
          ABCDCBA
          BCDCB
          CBC
          D

Ans.