Why can templates only be implemented in the header file?
No Answer is Posted For this Question
Be the First to Post Answer
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
what are difference between c and c++?
Can you explicitly call a destructor on a local variable?
Which is not a valid keyword a) public b) protected c) guarded
The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance
what are function pointers?
Which sort does c++ use?
How a pointer differs from a reference?
What is a stack? How it can be implemented?
What is &x in c++?
What are the types of STL containers?
What do you mean by translation unit in c++?