“// ptrnote.cpp // array accessed with pointer notation #include using namespace std; int main() { //array int intarray[5] = { 31, 54, 77, 52, 93 }; for(int j=0; j<5; j++) //for each element, cout << *(intarray+j) << endl; //print value return 0; }”
―
Object-Oriented Programming in C++
Share this quote:
Friends Who Liked This Quote
To see what your friends thought of this quote, please sign up!
0 likes
All Members Who Liked This Quote
None yet!
This Quote Is From
Browse By Tag
- love (101535)
- life (79492)
- inspirational (75939)
- humor (44404)
- philosophy (31053)
- inspirational-quotes (28944)
- god (26935)
- truth (24768)
- wisdom (24677)
- romance (24391)
- poetry (23340)
- life-lessons (22626)
- quotes (21102)
- death (20575)
- travel (19379)
- happiness (19029)
- hope (18556)
- faith (18413)
- inspiration (17325)
- spirituality (15748)
- relationships (15664)
- life-quotes (15538)
- religion (15401)
- motivational (15338)
- love-quotes (15323)
- writing (14949)
- success (14192)
- motivation (13192)
- time (12877)
- motivational-quotes (12457)

