You are on page 1of 3

UDF,Structure,Array Program in c

Calculate party expenses using C program


This C program can be used to read item details used in party and calculate all
expenses, divide expenses in all friends equally.

This program will read item name, price, quantity and calculate amount
(price*quantity), using this program maximum 50 items can be read and calculate
the total paid amount.

1) C program to find SUM and AVERAGE of two integer


Numbers using User Define Functions.
2) C program to find Sum of all Array Elements by passing array
as an argument using User Define Functions.

3) C program to find Length of the String by passing String/


Character Array as an Argument using User Define
Functions.

4) C program to find Total Amount of purchased Items by


Passing Structure as an Argument using User Define
Functions.
5) Program to find sum of all elements of each row of a matrix.

You might also like