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 print alternate elements of the array
C program to print the non-repeated elements of an array
C program to find the total of non-repeated elements of an array
C program to find the missing number in the array
C program to find the missing number in the array using the bitwise XOR operator
C program to segregate 1\'s and 0\'s in the array
C program to find the difference between the largest and smallest element in the array
C program to print the square of array elements
C program to find two elements whose sum is closest to zero
C program to check a given number appears more than N/2 times in a sorted array of N integers
C program to find the median of two sorted arrays with same using simple merge-based O(n) solution
C program to find the median of two arrays using a divide and conquer-based efficient solution
C program to find the intersection of two arrays
C program to find the union of two arrays
C program to find the size of the array using macro
C program to find the ceiling element of the given number in the sorted array
C program to find the floor element of the given number in the sorted array
C program to create an integer array and store the EVEN and ODD elements in a different array
total questions: 58

Questions

58

Views

472

Best Answers

299

Points

5