Posts by Ari Sbardelotto • 1 point
2 posts
-
-1
votes1
answer75
viewsQ: Char matrix reference error
I’m trying to make a code for questions, however he error, I believe it’s time to pass the matrix by reference. Code to follow: #include <stdio.h> #include <stdlib.h> #include…
-
0
votes1
answer113
viewsQ: Problem with the use of float in vector C/C++
I need to do the following problem in C: Read 12 valid student grades and store them in an array of notes. Assuming that there may be errors in the typing process, some values stored in the vector…