- Get link
- X
- Other Apps
- Get link
- X
- Other Apps
#include <stdio.h>
int main()
{
char c[30];
printf("Enter your girl friend name: ");
gets(c);
printf("\nDear %c"); puts(c);
printf("\n\tYou are a history");
return 0;
}
#include <stdio.h>
int main()
{
char c[30];
printf("Enter your girl friend name: ");
gets(c);
printf("\nDear %c"); puts(c);
printf("\n\tYou are a history");
return 0;
}
Comments
Post a Comment