Your program should never call main(). (or re-call it). If you need to return to either a menu function, then have main() call menu(), which calls whatever choices the user wants, and then simply...