Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 819 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 819 Bytes

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