.....
Last edited on
here's a tip, run the code to find out.
ok im feeling extra nice so here's another tip.use the debugger.
EDIT: 1.you allocate memory the size of the number of students for the test pointer.
2. you allocate test memory before the question is asked.
Last edited on
Yes i know i could've used the debugger, but I'm just a little lazy at the moment.
Thanks for the tip