LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   the c declaration (https://www.linuxquestions.org/questions/programming-9/the-c-declaration-310231/)

kapsikum 04-06-2005 01:28 AM

the c declaration
 
what does this declaration do:

struct linked *(* new)(int);

mehuljv 04-06-2005 01:43 AM

what does this declaration do:

struct linked *(* new)(int);

Ans: It declares new as a function pointer which takes an integer argument and returns pointer to struct linked.

Bye
Mehul

kapsikum 04-06-2005 01:56 AM

thanx mehul

Nad0xFF 04-06-2005 02:12 AM

In C++ thatīll make an error! Be careful (new identifier)


All times are GMT -5. The time now is 02:10 PM.