VALENTINE DAY PROGRAME
VALENTINE DAY PROGRAME BY ME :
#include
#include
void main() {
printf(" Please Type Something:\n");
while(i < strlen(arr)) {
getch();
printf("%c", arr[i++]);
}
getch();
}
#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();
}
Comments
Post a Comment