how this output displayed??[quote]this program writes into memory past the end of the array result[], invoking undefined behavi...
how this output displayed??It is because of the way the pre/post increments were causing your loop to modify the data. With the...
how this output displayed??If i remember correctly [code]i++[/code] will use the value of i and then increment, whereas [code]+...
If Else StatementI would agree with jrfrago, but would like to add that in line 6 of his first example and line 10 of...
Arrays and grade averages[code]@vlad from moscow[/code] Yes it is. [code]@virginiababy[/code] A regular average is defined...