#include #include int main() { int *iarray; int i; // allocate memory to store 100 elements in the array // fill in array with interger values from 1 to 100 for ( --- ; --- ; --- ){ ----- } // print last element of an array printf(" last element of the array is equal to %d\n", --- ); return 0; }