Question: Use Quincy c file We have a program that has three parallel arrays: barcode (an array of integers), description (an array of strings) and price
We have a program that has three parallel arrays: barcode (an array of integers), description (an array of strings) and price (an array of doubles). The maximum size of the arrays is 100. The program will display the price and description on when you enter a specific bar code. Write a function that will send back a price and description to the main when the bar code is sent to it. The function prototype is double scanner (char descr[100] [30], double price[100], int barcode[100], int scancode, int* location)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
