Posts

Showing posts with the label Creative Pattern

Creative Pattern of Rhino in C-language

Image
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                      ,\...

Creative pattern of butterfly in C-language

Image
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...

Popular posts

Creative pattern of butterfly in C-language

Syntax of C-language

Introduction of C-language.

Language Translator of C-language

Variable & Datatype for C-programming

Errors in C-language

Linear search in C-language

Addition of two numbers in c language

Program to find the sum of two array into the third in C-language

Program to show present time and date in C-language