Posts by Yasmin Cerutti • 11 points
1 post
-
0
votes1
answer204
viewsQ: Hello, I’m trying to do a data structures exercise in c, but there’s an error and I can’t find it. Follow the statement and the code
4. Write in C a system for enrollment and visualization of students. /// To store all students, implement a dynamic vector of pointers for structs, with a size of 100 records #include<stdio.h>…