Location in MemoryCheck out this: [code] #include<iostream> using namespace std; int main (){ int T[5] = {7, 3, 11, ...
ArraysWhat kind of truoble do you get? compiler messages? [code] void print_integers(int aRay[], int size...
find two largest values for 10 numbersGreat!!! Analize also this code, it does the same in fewer steps. [code] #include <iostream> using...
about arreyYes, thank you EssGeEich! That´s my most common mistake. Second most common is using = instead of...
about arreystruct is an interestng concept, if you understand structs, you could create an array of structs. A...