Is arr[-2] equivalent of -2[arr]? – stackoverflow.com 03:48 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; return 0; } ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Unknown Artikel TerkaitI can use sudo but i can't use su due to a password Authentication failure, shouldn't both be the same password? – askubuntu.comDeleting duplicate points except those with different attributes in QGIS? – gis.stackexchange.comCMD: *.* or just *? – superuser.comConsequences of driving a dynamo backwards – bicycles.stackexchange.comDictatorship out of headlines? – worldbuilding.stackexchange.comWhy does the base64 of a string contain "\n"? – superuser.com
0 Comment to "Is arr[-2] equivalent of -2[arr]? – stackoverflow.com"
Post a Comment