Similar Collections


here you will learn about declaration, initialisation of the array and other basic and advanced operations on array like reading, printing array elements, sum and product of array elements, merging two arrays, adding and subtracting two arrays elements, swapping adjacent elements, sorting, searching etc.

questions

Title
C program to calculate sum, product of all One Dimensional Array Elements
C program to find Smallest and Largest elements from One Dimensional Array Elements
C program to replace all EVEN elements by 0 and Odd by 1 in One Dimensional Array.
C program to merge Two One Dimensional Arrays elements
C program to add and subtract of Two One Dimensional Array elements
C program to find a number from array elements
program to sort array elements in ascending order
C program to reverse array elements
C program to swap adjacent elements of a one dimensional array
C program to find occurrence of an element in one dimensional array
C program to sort a one dimensional array in ascending order
C program to sort a one dimensional array in descending order
C program to delete given element from one dimensional array
C program to find the first repeated element in an array
C program to calculate the sum of array elements using pointers as an argument
C program to add two dynamic arrays
C program to find the sum of the largest contiguous subarray
C program to split an array and add the first half after the second half of the array
C program to generate pascal triangle using the array
C program to access array element out of bounds
total questions: 58

Questions

58

Views

473

Best Answers

299

Points

5