can anyone help me,
I AM A BEGINNER i want to return account number(num_acc) also with number of iteration(i).. and want to use them in parent code for further process .. want your help.. give code in a simple and easy manner..
int check_acc_num(int count)
{
int num_acc;
cout << "From which account you want to edit details??\n" << "Enter Account Number: ";
cin >> num_acc;