NPTEL PROGRAMMING ASSIGNMENTS
Problem Solving Through Programming in C
Week-06 Program-01
Last Day of Submission: 8-Sep-2022
Write a C Program to find Largest Element of an Integer Array.
Week-06 Program-02
Last Day of Submission: 8-Sep-2022
Write a C Program to print the array elements in reverse order.
first element will be the last and last become first, second will become second last and so on.
Week-06 Program-03
Last Day of Submission: 8-Sep-2022
Write a C program to read Two One Dimensional Arrays of same data type (integer type) and merge them into another One Dimensional Array of same type.
Week-06 Program-04
Last Day of Submission: 8-Sep-2022
Write a C Program to delete duplicate elements from an array of integers.