Where do I find the current c or c++ standard documents?
No Answer is Posted For this Question
Be the First to Post Answer
Explain function overloading and operator overloading.
What does n mean in c++?
What do you mean by overhead in c++?
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 are the advantages of using pointers in a program?
What is the purpose of ios::basefield in the following statement?
What are the restrictions apply to constructors and destructors?
What is difference c and c++?
How should runtime errors be handled in c++?
Is c++ a float?
Explain this pointer?
Write about the members that a derived class can add?