VALENTINE DAY PROGRAME

VALENTINE DAY PROGRAME BY ME :

#‎include‬
#include
void main() {

char *arr = " Some Love One\n Some Love Two\n I Love One\n That is You\n Hopefully I Will Find You\n HAPPY VALENTINE DAY :-* ";
int i = 0;
printf(" Please Type Something:\n");
while(i < strlen(arr)) {
getch();
printf("%c", arr[i++]);
}
getch();
}

Run It And Keep Typing


FACEBOOK 

Comments

Popular posts from this blog

For loop C++

Charecter & space founder in c program