★ wanayoo — archive 1999 https://github.com/developerinsider/C-Programming-Example/tree/master/ArrayNouvelle recherche | Portail wanayoo
Skip to content
master
Switch branches/tags

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  • 2L2S.c - Accept a list of data items and find the second largest and second smallest elements in it.
  • CpyAr.c - Copy element of one array into another
  • Cycle.c - Cyclically permute the elements of an array
  • DDub.c - Delete duplicate elements in an array
  • DelSp - Delete the specified integer from the list.
  • FINDU.C - Find unique element in two arrays
  • MiLco.C - Minimum element locationin array
  • Swap.C - accept an array of 10 elements and swap 3rd element with 4th element using pointers.