fb

Ads

Pages

How to write a love letter in C programming language.

Hi, If you are a geek just like me and you want to impress somebody with a love letter and you don’t have an idea how to do it then you have come to the correct place.

The love letter I wrote was made in C which made it innovative and the best part is the code is very simple to understand. You can just edit  lines and make your own personalized letter or you can even modify my new idea and come up with  new ideas all together. 



#include<stdio.h>
#include<string.h>
void main() {
//change the string to the words you want to say
char *arr = "I just wanted to show you how much I missed you but didn't know how I can show you. finally I came up with this idea when you went for dinner. I missed you a lot

I Love You :-*";
int i = 0;
printf("Type something:\n");
while(i < strlen(arr)) {
getch();
printf("%c", arr[i++]);
}
getch();
}



Please  write your own ideas in the comments section. 






0 comments:

Post a Comment