Using NULL statement in a function parameter
问题 I am just doing a revision task and was running into the error too few arguments to function, so I did some research and apparently can use NULL for the statement not in use. However, when I run my program all that happens is the prompt for the user to enter the 3 values then it ends. It doesn't perform the calculations. Below is my code, if anyone can help with that, it would be greatly appreciated. #include <stdio.h> #include <stdlib.h> float res_calculation (float r1, float r2, float r3,