#include<stdio.h>
int main (void)
{
char c, d;
c = 'd';
d = c;
printf ("d = %c/n", d);
return 0;
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266628.html
#include<stdio.h>
int main (void)
{
char c, d;
c = 'd';
d = c;
printf ("d = %c/n", d);
return 0;
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266628.html