#include <stdio.h>
void main()
{
printf("here's one way to print a ");
printf("long string .\n");
printf("here's one way to print a \
long string .\n");
printf("here's one way to print a "
"long string .\n");
}
#include <stdio.h>
void main()
{
printf("here's one way to print a ");
printf("long string .\n");
printf("here's one way to print a \
long string .\n");
printf("here's one way to print a "
"long string .\n");
}