DeepthiTabithaBennet / C_Arrays

A collection of simple C Programs involving Arrays.

Home Page:https://github.com/DeepthiTabithaBennet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C_Arrays

Please leave a 🌟 before you fork / clone this repo! πŸ˜ƒ

List of Programs :

  • Deleting an Element at a Specified Position in an Input Array
  • Identifying the Largest and Smallest element in an Input Array
  • Computing the Maximum Absolute Difference of an Input Array
  • Merging Two Arrays using Pointers
  • Mode of an Input Array
  • Counting the number of Duplicate elements in an Input Array
  • Removing the Prime Numbers from an Input Array
  • Removing the Duplicate elements from an Input Array
  • Calculating the Standard Deviation of the elements in an Input Array