Posts by Robert Judson • 3 points
1 post
-
0
votes1
answer174
viewsQ: How to replace/optimize multiple ifs in C?
I’m a beginner in C language, I’m doing an activity that is to register students and averages in a double-chained list, everything is working, however I believe I’m using too many ifs, there is some…