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"?
CSC,
6 8575What is optimization in c++? when using volatile.optimization is not possible..what does this mean?
1 3986What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }
4 5905Post New C++ General Questions
Why do we use string in c++?
What are stacks?
What is using namespace std in cpp?
What is the best c++ compiler for windows 10?
Do vectors start at 0 c++?
What are containers in c++?
What is the use of endl in c++?
Why do we learn c++?
What it is and how it might be called (2 methods).
What is c++ good for?
What is c++ code?
Is ca high or low level language?
Why c++ does not have finally?
What does the ios::ate argument do?
how to explain our contribution in the project?