Computer Science, asked by jashan1949, 11 months ago

Write a program in c++ to delete particular element from an array of 10 integers.

Answers

Answered by riteish9797
0

Explanation:

Remove element from array C program

1. #include <stdio.h>

2. int main()

3. {

4. /int array[100], position, c, n;

5. print("Enter number of elements in 6/ 6. array\n");

7. scanf("%d", &n);

8. /printf("Enter %d elements\n", n);

for (c = 0; c < n; c++)

Similar questions
Math, 1 year ago