C program to find Total Amount of purchased Items by Passing Structure as an Argument using User Define Functions
belongs to collection: C Programs/ Examples of User Define Functions (UDF Examples)
All Answers
total answers (1)
belongs to collection: C Programs/ Examples of User Define Functions (UDF Examples)
total answers (1)
C program to find Total Amount of purchased Items by Passing Structure as an Argument using User Define Functions
Output:
Enter Item Name (max 30 characters): Pen Enter price: 12.50 Enter quantity: 11 Item Name: Pen Price: 12.500000 Quantity: 11 Total Price of all quanities: 137.500000need an explanation for this answer? contact us directly to get an explanation for this answer