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 the different data types present in C++?

1 Answers  


Please explain class & object in c++?

0 Answers  


What is the last index number in an array of 100 characters a) 100 b) 99 c) 101

0 Answers  


What is the purpose of template?

0 Answers  


How the keyword struct is different from the keyword class in c++?

0 Answers  






What are disadvantages of pointers?

0 Answers  


What is constructor in C++?

0 Answers  


Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?

1 Answers  


what does the following statement mean? int (*a)[4]

0 Answers  


If you want to share several functions or variables in several files maitaining the consistency how would you share it?

0 Answers  


Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?

0 Answers  


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

0 Answers  


Categories