write asingle linked list which read from two list & the do
the following

1 sort the prime & nonprime num (prime should be less tn
nonprime)

2 each node has a prime num followd by nonprime

3 add a new node into its sutable plce

4 erase the most three duplicated non prime num

5 find the least duplicated prime num


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are proxy objects?

2 Answers  


What is abstraction c++?

0 Answers  


What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack

0 Answers  


What are the five basic elements of a c++ program?

0 Answers  


What does it mean to declare a member variable as static?

0 Answers  






What do you mean by stack unwinding in c++?

0 Answers  


What is diamond problem in c++?

0 Answers  


What is one dimensional array in c++?

0 Answers  


What is pointer to member?

0 Answers  


What is endl?

0 Answers  


Is c++ slower than c?

0 Answers  


Explain deep copy?

0 Answers  


Categories