代码大全

(singke) #1

18-52 C
++n;
printf(“%d%d\n”,n,n+2);
18-53


18-53 C
strcpy(char t char s
{
while ( ++ t = ++ s )
}
strcpy()
strcpy()
18-54


18-54 C
strcpy( char t char s )
{
do
{
++ t;
++ s;



  • t = s;
    }
    while (
    t != \n )
    }


,t s *S *t 1

strcpy()
50000
3.83 3.34


18.5.6

Pascal 18-55 :

Free download pdf