Computer Science, asked by bivashjana02, 8 months ago

sum of an array using dynamic memory allocation ​

Answers

Answered by singhjaspal8456
5
  1. #include <stdio.h>
  2. #include <alloc.h>
  3. #include <stdlib.h>
  4. void main() {
  5. int i,nint *a,*b,*c;
  6. printf("How many Elements in each array...\n");
  7. scanf("%d", &n);

Similar questions