Callback functions are passed as parameters to other functions. ... void function(int a, int (*cb)(int) ) // (c, step 2) { cb(a); // (d, step 4) }
確定! 回上一頁