Interview Questions

Software Design Engineers in Test - Write the test cases for the above question?

Software Design Engineers in Test SDET FAQ


(Continued from previous question...)

13. Software Design Engineers in Test - Write the test cases for the above question?

Question:
Write a function to merge 2 lists keep it result list sorted. with creating a new node.
node* merge(l1,l2)
struct node{
int a;
node * next;
}

Write the test cases for the above question

(Continued on next question...)

Other Interview Questions