<p>Implemented c source code:-<br/>====================<br/>#include <stdio.h><br/>#include "structure.h"<br/>#include<stdlib.h><br/>int main()<br/>{<br/>struct Bank_Account array[10];<br/>int size, option, account_no, amount;<br/>int retval,position;<br/>printf("n----------------------------------n");<br/>printf("n**** Welcome to the Bank of Melbourne*****n");<br/>printf("n Please Read Number of customer records you want toenter:");<br/>scanf("%d", &size);<br/>Read_Data(array,