Lab Journal 2021-22
Lab Journal 2021-22
Lab Journal 2021-22
2. Develop a program to merge the elements of two sorted arrays so that the
resulting array is also sorted.
9. Write a C program to accept & store N real numbers into an array. Find
their standard deviation using pointers and display it to the output screen.
(POINTERS)
(SESSION: 2021-2022)
11. Develop a program to find total and average sales done by 'N' employees (empcode, emp name,
emp sales) using array of structures.
12. Develop a program to read and print set of name, roll number, date of birth and date of admission
of 'N' students in the college where date of birth and date of admission consists of three members such
as day, month, and year as a separate structure.
13. Write a program to create a file with three paragraphs. Display the contents and count the number
of vowels and consonants in the file. Display the count on the standard output.
14. Write a program to create a file and copy its contents to another file such that there is no space
between the words in the copied file. Display the contents of the newly copied file on the output screen.
15. Write a program in python to sum the numbers in a list containing numbers and strings.
16. Write a python program to read an entire text file and display each word on to the screen.