answersLogoWhite

0

1.

write a 'c' program to read 4(four)numbers from a file 'BANK' and calculate the average of the numbers.Now print the calculated average in another output file 'AVERAGE'

2.

write a 'c' program that finds the sum and average of inputted five integer numbers of the array using dynamic memory allocation function malloc().

3.

write a 'c' program to create simple elements 1,2,3,4 in the link list of 4(four)nodes and display the list's elements.

4.

write a 'c' program to convert the expression (A+B)/(C+D) into postfix expression into stack.and then evaluate it for A=10,B=20,C=15,D=5 and display the stack status after each operation.

5.

write a 'c' programto create a linked list implemented on an array containing the following numbers:1,2,3,3,3,4,4,9

and pack it to remove the duplicate numbers.so that only the following data are contained by the nodes:1,2,3,4,9

User Avatar

Wiki User

15y ago

Still curious? Ask our experts.

Chat with our AI personalities

FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
JudyJudy
Simplicity is my specialty.
Chat with Judy

Add your answer:

Earn +20 pts
Q: HOW TO SOLVE 'C' problem?
Write your answer...
Submit
Still have questions?
magnify glass
imp