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