#include<stdio.h>

 
int  main(){
 
    char *c ="helloword";
    printf("%s",c);
    system("pause");
 
 
    }