#include #define SIZE 5 int *odds(void); int main() { int *n; int x; n = odds(); for(x=0;x