top of page

Problems for Practice using functions

 

 

1. Write a C program to store family members info using  structure.  Create array to store n family info.

 

2. Write a C program to do fast tranform of sparse matrix.

 

3. Write a C program to do polynomial addition using array of structures.

 

4. Write a C program to perform string insertion using predefined functions.

 

5. Write a C program to store UG,PG,PHD students informations using arrays of structures. Use union to represent whether a student belongs to UG or PG or PHD.

 

6. Write a C program add two sparse matrices

 

7. Write a C prgoram to find out evaluation of poynomial equation using structure.

 

 

 

bottom of page