#include using namespace std; int getMinPos(int arr[], int len){ int minpos = 0; for(int i=1;i