size of character array and size of character pointer - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
size of character array and size of character pointer - Stack Overflow
I have a piece of C code and I don't understand how the sizeof(. ... firstname is a
char array carrying a trailing 0 -terminator. lastname is a pointer.