User profile: BranL

User info
User name:BranL
History
Joined:
Number of posts:11
Latest posts:

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 Statement
I 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...