Is arr[-2] equivalent to -2[arr]? – stackoverflow.com 05:38 Posted by Unknown No Comments #include <iostream> using namespace std; int main() { //code int arr[3] = { 10, 20, 30 }; cout << arr[-2] << endl; cout << -2[arr] << endl; ... 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 do TTL pulse generators generate an asymmetrical square wave (unlike CMOS)? – electronics.stackexchange.comIs it better to trade a car in and save on taxes or sell a car to a private party? – money.stackexchange.comHow to make the next compilation longer? – tex.stackexchange.comWhat happens if my wallet is lost or stolen while abroad? – travel.stackexchange.comWhat is AC actually? – electronics.stackexchange.comWhy are work and energy considered different in physics when the units are the same? – physics.stackexchange.com
0 Comment to "Is arr[-2] equivalent to -2[arr]? – stackoverflow.com"
Post a Comment