Write a function named findnum that receives the name


Problem

Write a function named findnum() that receives the name of a file that contains some names in one column and some associated numbers in a second column, and a number, and returns the first occurrence of the name whose associated number is equal to the one received. Then write a main() function that obtains a file name and a number from the user and uses the above described function to find and print the name whose associated number is the given one.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a function named findnum that receives the name
Reference No:- TGS03232656

Expected delivery within 24 Hours