Inactive Tutor answered 05/05/19
Tutor
New to Wyzant
You can declare the structure and a pointer to it's kind within the same block
typedef struct _TDataRec
{
//fields go here
} * TDataRec;
Inactive Tutor answered 05/05/19
You can declare the structure and a pointer to it's kind within the same block
typedef struct _TDataRec
{
//fields go here
} * TDataRec;
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.