C Programs Based on Arrays
1. C Program to Find Largest Element in an Array
2. C program to Find Largest and Second Largest Elements in Array
3. C Program to Find Second Largest and Smallest Elements of an Array
4. C Program to Find Largest Element in an Array using Recursion
5. C Program To Find Maximum Difference Between Two Elements in an Array
6. C program to Insert an Element in the Sorted Array
7. C program to Insert an Element in an Array
8. C program to Delete an Element from an Array
9. C Program to Remove Duplicate Elements from an Array
10. C Program to Reverse an Array
11. C Program to Separate Odd and Even Numbers from an Array
12. C Program to Cyclically Permute the Elements of an Array
13. C Program to Find the Number of Elements in an Array
14. C Program to Print all Non Repeated Elements in an Array
15. C Program to Find Missing Numbers in Array
16. C Program to Find Missing Numbers in an Array of Size N-1 with Numbers[1,N]
17. C Program to Check Array bounds while Inputting Elements into the Array
18. C Program to Count the Occurrences of Each Keyword using Array Structure
19. C Program to Find Two Odd Occurring Elements in an Array
20. C Program to Implement Bit Array
21. C Program to Implement Variable Length Array
22. C Program to Find Mode of an Array
23. C Program to Swap Elements in an Array using Pointers
24. C Program to Split the Array and Add First Part to the End
25. C Program to Search an Element in an Array using Recursion
26. C Program to Segregate 0s and 1s in an Array
27. C Program to Increment All Elements of an Array by One
28. C Program to Find Sum of Array Elements
29. C Program to Find Sum of Array Elements using Pointer
30. C Program to Find Sum of Array Elements using Pointer as Arguments
31. C Program to Find Sum of two One-Dimensional Arrays using Malloc
32. C Program to Find the Largest Sum of Contiguous Subarray of an Array
33. C Program to Sort an Array in Ascending Order
34. C Program to Sort an Array in Descending Order
35. C Program to Sort N Names in an Alphabetical Order
36. C Program to Merge Two Sorted Array Elements
37. C Program to Implement Merge Sort Algorithm
38. C Program to Generate Pascal Triangle using 1 D Array
39. C Program to Print Even and Odd Numbers in an Array
40. C Program to Find the kth Element in an Array
41. C Program to Print Alternate Elements of an Array
42. C Program to Print All Repeated Elements with Frequency in an Array
43. C Program to Print the Square of Array Elements
44. C Program to Print Ascii Value of a Character using Array
45. C Program To Find Two Elements whose Sum is Closest to Zero
46. C Program to Find Union and Intersection of Two Arrays