I am extremely new to programming and I am trying to find the average of 5 numbers inputted by the user and then output it back out. The only part of my code that is not working properly is calcula…
You request to use a header file in your program by including it with the C preprocessing directive #include, like you have seen inclusion of stdio.h header file, which comes along with your compiler.
/* includes and macros */ // required for input / output with minGW GCC #include <stdio.h> #define printf __mingw_printf /* global declarations */ int *start, *finish, *cursor, *finish2; /* f
/* includes and macros */ // required for input / output with minGW GCC #include <stdio.h> #define printf __mingw_printf /* global declarations */ static short n, m; /* function prototypes *