program to add Elements above and below the main diagonal in a matrixI hope this helps for(i=0; i<size; i++){ process } IS THE SAME THAN: i=0; //Alwa...
Recursivity problemHamster, the program deals with parenthesis while dividing the first expression into subexpressions,...
Recursivity problemIn my program I enter an expression, the program divides it based on + or - into subexpressions, so ...
finding highest number without arrayDo a higher and lower var... Then equal lower to 9999999 and higher to 0 and star comparing each ...
Can two variables of same type be declared/defined in one line?Yes you can... and since pointers are variables too be careful with the asterisk... if you don't wa...
This user does not accept Private Messages