Storage binding for certain variableslet say I have a main function, inside the main function I have [code] const int row = 5; const stat...
Don't understand implementation of linked lists for stackswow, instead of passing pointers it is simpler to pass the position you want to put and let the stac...
Recursive function to reverse an arrayThanks for every answers given. Like what I said my code is a mess that int n=0 is just a code that ...
trying to count occurence of a number in an array[code]if (numbers[i] = mark) { ++i; } [/code] 1. Your for loop should loop from i = 0 to i = 14, no...
Recursive function to reverse an arrayI don't like using pointers, but this question is a homework practice, for recursion
This user does not accept Private Messages