What is oop in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are guid?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
Can we declare a base-class destructor as virtual?
What is compilation?
What are the two types of comments?
Where is atoi defined?
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 an overflow error?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
0 Answers College School Exams Tests, CS,
How would perform Pattern Matching in C++?
Which is the best c++ compiler?
Does c++ have finally?