0% found this document useful (0 votes)
10 views9 pages

C-Lab-Program-10 & 11&12

The document discusses implementing structures to read student marks, compute averages and above/below average scores. It also discusses developing a program using pointers to compute statistics like sum, mean, and standard deviation of elements in a real number array. Finally, it discusses writing a C program to copy a text file to another by reading both file names.

Uploaded by

deepakdep2256
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views9 pages

C-Lab-Program-10 & 11&12

The document discusses implementing structures to read student marks, compute averages and above/below average scores. It also discusses developing a program using pointers to compute statistics like sum, mean, and standard deviation of elements in a real number array. Finally, it discusses writing a C program to copy a text file to another by reading both file names.

Uploaded by

deepakdep2256
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

10) Implement structures to read, write, compute average- marks and the students

scoring above and below the average marks for a class of N students.
11) Develop a program using pointers to compute the sum, mean and standard
deviation of all elements stored in an array of N Real numbers.
12) Write a C program to copy a text file to another, read both the input file name and
target filename.

You might also like