Creative pattern of butterfly in C-language

Creative pattern of butterfly in C-language

#include<stdio.h>
main()
{
    printf("\t\t\t\t                `         \'\n");
    printf("\t\t\t\t;,,,             `       \'             ,,,;\n");
    printf("\t\t\t\t`YES8888bo.       :     :       .od8888YES\'\n");
    printf("\t\t\t\t  888IO8DO88b.     :   :     .d8888I8DO88\n");
    printf("\t\t\t\t  8LOVEY\'  `Y8b.   `   \'   .d8Y\'  `YLOVE8\n");
    printf("\t\t\t\t jTHEE!  .db.  Yb. \'   \' .dY  .db.  8THEE!\n");
    printf("\t\t\t\t   `888  Y88Y    `b ( ) d\'    Y88Y  888\'\n");
    printf("\t\t\t\t    8MYb  \'\"        ,\',        \"\'  dMY8\n");
    printf("\t\t\t\t   j8prECIOUSgf\"\'   \':'   `\"?g8prECIOUSk\n");
    printf("\t\t\t\t     \'Y\'   .8\'     d\' \'b     \'8.   \'Y\'\n");
    printf("\t\t\t\t      !   .8\' db  d\'; ;`b  db \'8.   !\n");
    printf("\t\t\t\t         d88  `\'  8 ; ; 8  `\'  88b\n");
    printf("\t\t\t\t        d88Ib   .g8 \',\' 8g.   dI88b\n");
    printf("\t\t\t\t       :888LOVE88Y\'     \'Y88LOVE888:\n");
    printf("\t\t\t\t       \'! THEE888\'       `888THEE !\'\n");
    printf("\t\t\t\t          \'8Y  `Y         Y\'  Y8\'\n");
    printf("\t\t\t\t           Y                   Y\n");
    printf("\t\t\t\t           !                   !\n");
    printf("\n");
    printf("\n");

}

OUTPUT
This pattern is just creativity by using some simple function of C-language.
If you like then share for more updates you can also follow.

For any queries Direct contact me on Home Page
               

                                                        

Comments

Popular posts

Program to show present time and date in C-language

Introduction of C-language.

Program to cheque enter number is a perfect number or not using if else in C-language

Program to cheque four digits number is palindrome or not in C-language

Program to print the cube of a number in c-language

Simple Hello world program in c- language