What does `int* p=+s;` do? – stackoverflow.com 01:07 Posted by Unknown No Comments 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 Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Unknown Artikel TerkaitWhy does adding salt to boiling water cause it to flare up suddenly? – chemistry.stackexchange.comCan you hear the difference between relative keys? – music.stackexchange.comA kind of "Curvature tensor" for higher dimensional tensors – mathoverflow.netWhy can't I cd to a quoted tilde ('~')? – askubuntu.comWhy is this certificate for Imgur only valid for one day? – security.stackexchange.comMaximum number of opcodes for a microprocessor – electronics.stackexchange.com
0 Comment to "What does `int* p=+s;` do? – stackoverflow.com"
Post a Comment