delare array in c code example Example: how to delete element from array c for (int i = pos; i < size; i++) { arr[i-1]= arr[i]; }