Allen Chou says to YSITDLanguage: cpp Source: #include <iostream> using namespace std ; int main(){ int array[10] = {0}; cout << array << "\n"; cout << array + 20; } Result: 0x7fffa1d54e10 0x7fffa1d54e60 Note: cplusplus_gcc assumed, other valid options are cplusplus_clang, visual_cplusplus, you can be more specific next time.at Mon, Oct 8, 2018 9:36 PM