User profile: Mutombo

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:Mutombo
History
Joined:
Number of posts:6
Latest posts:

Reading from a file
Assume you want to read from a file and place the data from the file into an array. The array can ho...

More Loops
Assume you want to use a loop to process an array of characters starting from the beginning of the a...

Returns
Assume you have a function that needs to return 3 data items. What would be the best approach to use...

Positive numbers and dividing
Assume you want to make sure that the user enters a positive number that is divisible by 10 with no ...

Executing Loops
How many times will the body of the loop below execute? for ( int index = 0; index < 10; index++)...