#include #include #define SIZE 512 int main() { int i, size; printf("How many intergers will you enter? "); scanf("%d",&size); int * my_arr = /* COMPLETE THIS LINE*/; /* Input array */ for (i=0;i