Posts by Marco Antonio Schneider • 11 points
3 posts
-
-1
votes1
answer30
viewsQ: Sequential reading of data from a file
I have to read a file in which the first line represents the number of registered students and in the following lines occurs the name of the student followed by his grade in the two tests. It seems…
-
0
votes3
answers189
viewsQ: Function to print the number of characters in a two-dimensional string
By the enunciation of the exercise, I must use as the second argument char **strings, I believe that there is my confusion, in manipulating her to count the size of string. (I did other tests with…
-
0
votes1
answer91
viewsQ: Create a recursive function to accuse the occurrence of an element in a matrix
I have some problems creating a recursive function that accuses the occurrence of a requested element. So far, this is what I’ve been able to do (perhaps I’ve made some mistake with pointer…