Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Can you elaborate on this?


In C, the array as a function parameter is different from an array as a variable/struct member. So, as a parameter, sizeof(x) is sizeof(int*). As a variable, sizeof(x) is sizeof(int[5]).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: