Monday, May 24, 2010

Can someone help me write this in C language?

Write a function that will take in a FILE pointer and a double array as parameters, and return an integer. The pointer is to a text file that you will read data from, and the file data (which represents a set of scores) will be read into the array. Have the function read the value into the array, and return the number of items read.

Can someone help me write this in C language?
int func(FILE *fp, int **a) {


/* Fill it up */





return value;


}
Reply:CC c c c c cccc C c c c c C c c cccc c C C C.com


No comments:

Post a Comment