Write a program in c++ to delete particular element from an array of 10 integers.
Answers
Answered by
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,
6 months ago
Math,
6 months ago
Computer Science,
6 months ago
Chemistry,
11 months ago
Computer Science,
11 months ago
English,
1 year ago
Math,
1 year ago