What is constructor in C++?
No Answer is Posted For this Question
Be the First to Post Answer
How many pointers are required to reverse a link list?
Explain the advantages of using friend classes.
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
Why do you use the namespace feature?
There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?
What is implicit pointer in c++?
How do you clear a map in c++?
what is polymorphism?
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
how to create window program in c++.please explain.
What is size of empty class object
By using c++ with an example describe linked list?