Skip to content

This is my EmployeeSearch quiz.

kclee04/EmployeeSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmployeeSearch

EmployeeSearch quiz in C:

Completed searching for an Employee's phone number and salary in the Employee Table.

Branches:

  • search-multiple-function: contains employeeOne.c
  • single-search-pass-function: contains employeeTwo.c


Test Cases: table can be found under employeeTable.c

  • Phone number is found (909-555-2134)
  • Phone number is NOT found (626-555-2134)
  • Salary is found (8.32)
  • Salary is NOT found (4.20)

About

This is my EmployeeSearch quiz.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages