What are guid? Why does com need guids?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between the functions rand(), random(), srand() and randomize()?
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?
When is a template better solution than a base class??
How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)
What is stoi in c++?
Mention the storage classes in c++.
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?
Is c++ pass by reference or value?
Explain what happens when a pointer is deleted twice?
How important is c++?
What is c++ virtual inheritance?