sum of an array using dynamic memory allocation
Answers
Answered by
5
- #include <stdio.h>
- #include <alloc.h>
- #include <stdlib.h>
- void main() {
- int i,nint *a,*b,*c;
- printf("How many Elements in each array...\n");
- scanf("%d", &n);
Similar questions
Science,
4 months ago
Hindi,
4 months ago
Political Science,
4 months ago
Social Sciences,
8 months ago
History,
8 months ago
Math,
11 months ago