string_pointer.c
#include <stdio.h> int main() { char *str = "Hello, world!"; printf("%s", str); }
暂无评论,快来发表第一条评论吧!