You are on page 1of 1

Bài tập

Hàm sau thực hiện việc gì ?


void func(char *dest, const char *src)
int *b
{
while(*dest++ = *src++);
}
int * y ; *y = 2;

You might also like