1. write a program in C++ to find sum of contents of an array with the help of a pointer.
2.Write a program in C++ to reads a set of numbers from keyboard and findout largest number in the given array using pointer?
3. Write a program in C++ to sorts a set of 10 integer numbers in ascending
order using bubble sort method?
4.Write a program in C++ to accepts a set of 10numbers & print the numbers using pointers?
5.Write a C++ program to read 5 elements of int array in reverse order
and print the array i.e. rad a[5] first and while printing, prints
a[0]1st?
6.Write a program in C++ that i/p(s) and stores 10 numbers in an one dimensional array and prints the sum and average of the array elements.