Unique way to wish Happy Bhaidooj Animation text print in C programming Langauge source code:-

A unique way to wish Happy Bhaidooj Animation  text print in C programming Langauge source code:-







Source Code :-


#include

void delay(){
    for(int i=0; i<10000; i++){
        for(int j=0; j<100; j++)
              {}
    }
}
int main(){
    FILE *ptr;
    char c;
    ptr=fopen("bhaiDooj.txt","r");
    c=fgetc(ptr);
    printf("\n");

while(c!=EOF){
    delay();
    printf("%c",c);
    c=fgetc(ptr);
}
int i=0;
while(i<100){
    system("COLOR E");
    system("COLOR 5");
    system("COLOR C");
    system("COLOR 9");
}
return 0;}

bhaiDooj.txt File Source Code give below You make a txt file and Copy below content<\h2>
A PRECIOUS BOND MADE OF ** ** LOVE AND CARE................. ********** ********** ******** **** ** ************************************************************************************************************************* * * * **** **** * * **** **** * * **** **** * * **************** * * **************** ** ***** ***** ** ** * * **** **** * * ** * ** * ** ** * * **** **** ******* ***** ***** *** * * **** **** * * ** ** ** * * **** **** * * ** ** ** * * * * * * ************ * * ** * ** * * ** * ** * * ** * ** * * ** * ** *********** * * * ************ ** *** * ***** * * ** * ******** ** *** *** * * * * ** * ** * * * * *** * ***** ****** * * * ** * ** * * * * *** * * * * * * * * ** * ** * ********* * *** * * * * * * * * ************ ** * * * *** *********** ****** ****** ** * * * *************************************************************************************************************************

Previous Post Next Post