diff --git a/target/C.c b/target/C.c index 5a49da822dc60c80a7a3579d707ef73ad0d1886e..b5719d3207ea0e32d9a8b88e5791d8ed5e414340 100644 --- a/target/C.c +++ b/target/C.c @@ -1,4 +1,5 @@ -double fun(int x,int y); -double fun(int x;int y); -double fun(int,int); -double fun(int x,y); +int main() +{ + char str[][10] = {"China","Beijing"},*p = (char*)str; + printf("%s",p+10); +} \ No newline at end of file