#include <>
#include <>
int mainvoid
{
char * str =“hello world!“;
printf“%s\\r“,str;
return 0;
}
.
#include <>
#include <>
int mainvoid
{
char * str =“hello world!“;
printf“%s\\r“,str;
return 0;
}
.