CIS1057 FIVE MINUTE TEST #11 December 7, 2010 (10) 1. We want to represent in our program a book, with title, author, publisher, price. How would you do it? be precise, i.e. write a definition in C. (10) 2. (a) What is a stub? (b) What is a driver? (c) What do we find in a file with name like foo.h? (20) 3. Given a file, say moo.txt, whose lines contain a part number, say a 12 character field, and a cost, say a double value, write the function void raisePrice(char * filename) that reads all the lines and prints them out with the price of the items raised by 5%.