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