2) Write a program to check if two matrices are equal or not.
4)Write a program using pointer to input 10 numbers and store it in array and sort in ascending order using pointer.
5) write a program that reads 2 numbers from user and calculate sum and write it in a file name “sum.dat”
8)check if string is palindrome.
9)write a function to generate fibonacci series upto n number supplied in function parameter.