Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

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



This post first appeared on ONLINE WEB TRICKS, please read the originial post: here

Share the post

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

×

Subscribe to Online Web Tricks

Get updates delivered right to your inbox!

Thank you for your subscription

×