100% finding sum of elements of array using pointer & function

// Online C compiler to run C program online
#include <stdio.h>
void adding(int *p)
{
  int  i, total=0;
  for(i=0;i<3;i++)
      total=total+*(p+i);
  printf("\n sum of array elements=%d",total);
 }
void main()
{
 int *ptr,a[]={5,15,25};
 ptr=&a[0];//pointing to 1st element of array
 adding(ptr);
}
తెరమీద 
sum of array elements=45

కామెంట్‌లు

ఈ బ్లాగ్ నుండి ప్రసిద్ధ పోస్ట్‌లు

100% C prog to write content into a file and then read it back onto the console

Spic macay

శ్రీరస్తు.. రామలింగ 18-1-24 (సూరసాని వారి ఆహ్వానము)