What is #include iostream?
No Answer is Posted For this Question
Be the First to Post Answer
I need to find a specific string between two strings how do I do it?
What is a .lib file in c++?
What is the size of pointer ? Also size of pointer in 64 bit pointer
They will ask u question about single linked list?. Write Code for to insert delete node.
Is c++ fully object oriented?
What is the difference between c++ and turbo c++?
Explain object slicing 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"?
Is there a new/delete equivalent of realloc?
What is expression parser in c++
structure that describe a hotel with name, address,rooms and number of rooms
Please explain the reference variable in c++?