[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Data Structures :: Linked Lists - Discussion

Home > Data Structures > Linked Lists > MCQs Questions Discussion

12 / 48

Choose the correct option.

Analyse this structure and choose the correct option.

typedef struct node_s
{
struct node_s * prev;
struct node_s * next;
} node_t ; ?

AThis could be a node in a doubly linked list

BThe syntax is incorrect

CThe syntax is incorrect

DA linking error would occur because no data is present

Answer: Option (Login/Signup)

Show Explanation

Asked In :: Sopra Steria Capgemini

Post Your Answer Here:     

No Discussion on this question yet!