[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 :: Cisco

5. In a single linklist there are 100 nodes, add the three node, if its value is more than 15 then delete the other two nodes. Write a program in such a way that it should compile and run.
ex. 12->3->1->11->23->44-> ------->100
After first iteration
12->11->23->44-> ------->100
after second iteration
12->44-> ------->100

Answer:

No Discussion on this question yet!

Post Your Answer Here:      Public      Private

No Discussion on this question yet!