Homework Statement
Hi, I have a piece of code that I'm trying to comprehend but I don't understand some aspects. Here is that code:
#include <stdio.h>
/* function prototype declaration for FindSum */
void FindSum(int, int, int *);
int main(void)
{
int a=2, b=5, c=1, x=3, y=4, z=7;
/*...