Home > Back-end >  [for] a function pointer array is always pass it
[for] a function pointer array is always pass it

Time:10-01

# include
# include
# define N 1
Int c, b;
B c int the up (int, int)
{
Return c + b;
}
Int (* a [N]) (int int a, c, e, b)={} of the up;
Int mian ()
{
Int ret.
The scanf (" % d % d ", & amp; C., & amp; B);
Ret=a [0] (c, b);
Printf (" % d ", a [0] (c, b));
return 0;

}


Undefined ference to 'Wnamin @ 16'

CodePudding user response:

int mian ()

CodePudding user response:

Int mian () - & gt; int main()
  • Related