Posts by Vinicius Pereira de Souza • 5 points
2 posts
-
0
votes1
answer162
viewsQ: Runtime error in C
Well, it’s compiling everything ok, however, when I print out the elements of the entire tab matrix[8][8], which is a member of the checksum structure, the compiler, in a way is assigning numbers to…
-
0
votes1
answer60
viewsQ: Error when passing a structure by reference in C
I’m learning C. However, I had a problem getting through a structure to a function. I cannot understand which is the error. I will be grateful if someone helps me. Me sorry for the bad…