Answers for "c++ store a function pointer"

C++
2

c++ function as pointer

// c++ function as pointer syntax
type(*function_name)(params...){
 	// body
}
Posted by: Guest on January-07-2022

Browse Popular Code Answers by Language