Feed Headline Animator

Problem 5

main()
{
int n,m,c;
printf(“Enter two number \n”);
scanf( “%d %d “,&n, &m);
c=addition (&n, &m);
printf(sum of sequres =%d”,c);
}
addition ( int* p1 ,int *p2)
{
intr ;
r=* p1 *p2 +p2 *p2;
return ( r);
}


Posted by: Wasim Javed

No comments:

Post a Comment