Can a reference be created for a function..?
Say..
int (&fp) (int) for int fun(int);Does it have any advantage over function pointers..? thanks Aravindhan.
Can a reference be created for a function..?
Say..
int (&fp) (int) for int fun(int);Does it have any advantage over function pointers..? thanks Aravindhan.