Tel No. (+91) 7015535114

C ARRAYS PROGRAMS

Level 1


Question 1

C Program To find largest and smallest number and their positions

Try YourSelf

View Solution

Video Solution

Question 2

C program to input and print n elements in an array

Try YourSelf

View Solution

Video Solution

Question 3

C program to find sum of all elements of an array

Try YourSelf

View Solution

Video Solution

Question 4

C program to find maximum and minimum element in array

Try YourSelf

View Solution

Video Solution

Level 2


Question 1

C program to find second largest number in an array

Try YourSelf

View Solution

Video Solution

Question 2

C program to copy all elements of one array to another

Try YourSelf

View Solution

Video Solution

Question 3

C program to insert an element in array

Try YourSelf

View Solution

Video Solution

Question 4

C program to delete an element from an array

Try YourSelf

View Solution

Video Solution

Level 3


Question 1

C program to print all unique element in an array

Try YourSelf

View Solution

Video Solution

Question 2

C program to print all negative elements in an array

Try YourSelf

View Solution

Video Solution

Question 3

C program to count even and odd elements in an array

Try YourSelf

View Solution

Video Solution

Question 4

C Program to sort an array in ascending order using bubble sort

Try YourSelf

View Solution

Video Solution

Level 4


Question 1

C Program to sort an array in descending order using bubble sort

Try YourSelf

View Solution

Video Solution

Question 2

C program to count total number of negative elements in array

Try YourSelf

View Solution

Video Solution

Question 3

C program count total number of duplicate elements in an array

Try YourSelf

View Solution

Video Solution

Question 4

C program to delete all duplicate elements from an array

Try YourSelf

View Solution

Video Solution