What does `int* p=+s;` do? – stackoverflow.com

I saw weird type of program here. int main() { int s[]={3,6,9,12,18}; int* p=+s; } Above program tested on GCC and Clang compiler and working fine on both compiler. I curious to know, what ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "What does `int* p=+s;` do? – stackoverflow.com"