Food Ordering System in C

Prerequisite: Modular Approach in Programming Problem Statement: Write C program to implement Food ordering with the following functionalities:

Approach and Functionality:

Signup Functionality

This is the main function for signup, From here we are calling the account_check() function to validate the inputs. Following are the functionalities: