Why does sizeof(arr[0]) == sizeof(arr)[0] compile? – stackoverflow.com 13:07 Posted by Unknown No Comments Why does this code compile? _Static uint32_t my_arr[2]; _Static_assert(sizeof(my_arr) == 8, ""); _Static_assert(sizeof(my_arr[0]) == 4, ""); _Static_assert(sizeof(my_arr)[0] == 4, ""); The first 2 ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Unknown Artikel TerkaitHow to go about naming a chord – music.stackexchange.comHow do I transfer data between two old PCs using parallel or serial? – superuser.comWhy is the output on this ping outside the subshell? – unix.stackexchange.comHow to keep my testicles from freezing on a recumbent – bicycles.stackexchange.comRemove colon from title – tex.stackexchange.comWhat is the best way to fire my advisor? – academia.stackexchange.com
0 Comment to "Why does sizeof(arr[0]) == sizeof(arr)[0] compile? – stackoverflow.com"
Post a Comment