#include <iostream> using namespace std; template<...> // insert code here void OtherFunc() { T(); } void printIt() { cout << "Func"; } int main() { OtherFunc<printIt> (); return 0; }
void (*T)()
*T
class T
*T()
(*T)()
void (*T)
Login in to like
Login in to comment
or Read more about C++ Quizzes
Login in to like
Login in to comment