Back to Browse

Array based C++ programing

89 views
May 14, 2020
6:49

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.

Download

0 formats

No download links available.

Array based C++ programing | NatokHD