help me to sort this out.. [code]//declares the array int MyArray[5][5]; [/code] [code]//prints the array for(int i = 0; i < ...
Life Time of a vairiabei dont think that is possible... but i may be mistaken.. sorry :(
Arrays of Odd & Even Numbers - Numbers Getting Mixed Uplook up dynamic arrays. create an int pointer. assign it to a new array then you will have to ch...
Writing a queue programwith a queue, if i remember correctly it doesn't always start from index [1].. you should have 2 in...
2 action in the same loopput a break in there break;