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
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 developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.