What is the topic of the C++ FAQ list?
Answer / phool chand
Any C++ related subject occurring 'frequently' in the cplusplus echo. There must be no doubts _at_all_ that it is on topic in the echo. This means that normal (ANSI) C subjects are not on topic for this list. Also the coverage of subjects specific to a platform, compiler or library will be limited.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write is a binary search tree? Write an algo and tell complexity?
What is the difference between structure and class?
How do you initialize a class member, class x { const int i; };
What is ifstream c++?
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What is the use of the this pointer?
Which programming language is best to learn first?
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
What is const pointer and const reference?
How the virtual functions maintain the call up?
Difference between delete and delete[]?
5 Answers Infosys, TCS, Virtusa,
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