ABDULLAHI IDRIS GUMELAccording to Mustapha Muktar {BUK}ROLE OF MICROFINANCE:Credit DeliveryThis is perhaps one of the most important roles of Microfinance banks, as the loans extended are used to...
There are vaious functions involved in a micro finance.
Microfinance helps people to eradicate poverty by giving them collateral-free loans and other financial services to support income-generating...
Here is an example for a variable, which is a function (function-pointer, actually): int (*myfun)(const char *s); myfun = puts; myfun ("Hello, world");