can you define function pointer return integer pointer? answer is yes. and it should be like this---->
integer*(*function)();
and my question is , can you define function pointer return function pointer? if answer is no! teach me please. if answer is yes, tell me how please.