#include using namespace std; int func(int ar[5]){ //the code is written here with returning whatever the requirement is } int main(){ int ar[5]