Problem Solving Through Programming in C Week 6: Programming Assignments Jul-Dec 2022

    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.


Problem Solving Through Programming in C


 

  






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.

Problem Solving Through Programming in C


 

  





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.



Problem Solving Through Programming in C



 

  






Week-06 Program-04

Last Day of Submission: 8-Sep-2022

Write a C Program to delete duplicate elements from an array of integers.


Problem Solving Through Programming in C



 

  


Post a Comment (0)
Previous Post Next Post