[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.
Interview Questions and Answers :: Juniper Network

1. Written test have 10 question

Write a program to divide the given Linked list as below
Given:
Linked List: 1->2->3->4->5->6->7 ----->NULL

Output:
First Linked List: 1->3->5->7->9-> NULL
Second Linked List: 2->4->6->8->10-> NULL

Answer:

No Discussion on this question yet!

Post Your Answer Here:      Public      Private

No Discussion on this question yet!