Skip to content

DeepthiTabithaBennet/C_Arrays

Repository files navigation

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