You are on page 1of 1

LAB 2

1. Write a the C program to create an array by inserting


N elements in it then find third repeating element
from the array.

2. Write a the C program to create an array by inserting


N elements in it then print all the numbers which are
palindrome number from the array using function.
3. Write a the C program to create an array by inserting
N elements in it then print all the numbers which are
prime number from the array using function.

You might also like