Home > Back-end >  Define variables directly refer to?
Define variables directly refer to?

Time:12-23

Int the oldest (int the list [], int buf [], [], int f int start)
{
int i,j;
for(i=0; I{
For (j=start; j{
If (buf [I]==a list [j]) break;
}
[I] f=j;
}
Return oldest2 (f);
}
After why above defines the start directly quoted below? Consult a great god

CodePudding user response:

Function parameter is a function called when will get the assignment, not an uninitialized state,
  • Related