int main ()
I have this question how would find the headers for the five functions that are below without supplying the blocks for them, i dont quite understand it
{
int x, c;
double r;
x = readData ();
for (c = 0; c < 5; c++)
printValues (x, r + 1);
x = adjust (x + 2);
r = max3 (x, c, 10);
return fun (x + c, x - c);
}
NYCrealist
0
Newbie Poster
Recommended Answers
Jump to PostThe documentation of the functions themselves. Where did you hear about them?
All 2 Replies
WaltP
2,905
Posting Sage w/ dash of thyme
Team Colleague
rubberman
1,355
Nearly a Posting Virtuoso
Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of 1.20 million developers, IT pros, digital marketers, and technology enthusiasts learning and sharing knowledge.