struct ast_channel *(* const requester)(const char *type, int format, void *data, int *cause);
what is the meaning of this line?
what is the advantage of using
static struct hello
{
int a;
chat b;
};
over simply
struct hello
{
int a;
};
also difference between static char p[]and char p[];
As i am very new to c programing language so help me friends. Regards lipune