#include <iostream> using namespace std; template<...> // insert code here void OtherFunc() { T(); } void printIt() { cout << "Func"; } int main() { OtherFunc<printIt> (); return 0; }
class T
*T
(*T)()
*T()
void (*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