#include <stdio.h>
#define TEST "this is an example"
void main(){
char exp[30]="This TEST is not that TEST";
printf("%s\n",exp);
}
#include <stdio.h>
#define TEST "this is an example"
void main(){
char exp[30]="This TEST is not that TEST";
printf("%s\n",exp);
}
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。