#include<stdio.h>
void main()
{
char *srt="hello how r you";
printf("%s",str);
}


