#include<stdio.h>#include<stdlib.h>intmain(void){char*str=“helloworld!“;printf(“%s\\r“,str);return0;}