Can malloc be used in c++?
No Answer is Posted For this Question
Be the First to Post Answer
how to access grid view row?
What are special characters c++?
What are the advantages of c++? Explain
When the design recommends static functions?
Explain the need for "Virtual Destructor"?
Difference between static global and global?
16 Answers Microsoft, Symphony, Wipro,
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"?
What is pointer with example?
Is c++ platform dependent?
Differentiate between a template class and class template in c++?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What does namespace mean in c++?