Create a C program for keeping N supplier information that includes: company name, address and
telephone number in two-dimensional array. Program has to allows employee to search the supplier
company name by input some part of their name then program will automatic find the companies
which has string same with the searching string. You can design the output by yourselves.