Function pointer in c programming | Callback function

Function pointer in c programming | Callback function

The Digital Folks

2 года назад

2,223 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@josch8611
@josch8611 - 25.09.2022 20:20

There is an error. The function pointer must be declared as follows:
void (*fct)(int)
And not,
void * fct(int)
In this case it is a function that returns a void* type
Friendly

Ответить