Creative Pattern of Rhino in C-language

Creative Pattern of Rhino in C-language

#include<stdio.h>
int main()
{
    printf("\t\t                               ,-.             __\n");
    printf("\t\t                             ,\'   `---.___.---\'  `.\n");
    printf("\t\t                           ,\'   ,-                 `-._\n");
    printf("\t\t                         ,\'    /                       \\\n");
    printf("\t\t                      ,\\/     /                        \\\\\n");
    printf("\t\t                  )`._)>)     |                         \\\\\n");
    printf("\t\t                  `>,\'    _   \\                  /       |\\\n");
    printf("\t\t                    )      \\   |   |            |        |\\\\\n");
    printf("\t\t           .   ,   /        \\  |    `.          |        | ))\n");
    printf("\t\t           \\`. \\`-\'          )-|      `.        |        /((\\\n");
    printf("\t\t            \\ `-`   a`     _/ ;\\ _     )`-.___.--\\      /  `\'\n");
    printf("\t\t             `._         ,\'    \\`j`.__/        \\  `.    \\\n");
    printf("\t\t               / ,    ,\'       _)\\   /`        _) ( \\   /\n");
    printf("\t\t               \\__   /        /nn_) (         /nn__\\_) (\n");
    printf("\t\t                 `--\'     hjw   /nn__\\             /nn__\\\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

Creative pattern of butterfly in C-language

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