Question: typedef struct Recl * Ptr1; typedef struct Rec2 * Ptr2; struct Recl{ int data; }; Ptr2 next; struct Rec2 { double data; Ptr2 next;
typedef struct Recl * Ptr1; typedef struct Rec2 * Ptr2; struct Recl{ int data; }; Ptr2 next; struct Rec2 { double data; Ptr2 next; };
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
