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 8803What is optimization in c++? when using volatile.optimization is not possible..what does this mean?
1 4070What 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 6040Post New C++ General Questions
What are virtual constructors/destructors?
Difference between struct and class in terms of access modifier.
What are the advantages of early binding?
What is iomanip c++?
What is a sequence in c++?
Explain the use of vtable.
what Is DCS ? what i will get benefit when i did?
Explain the difference between using macro and inline functions?
What is an operator in c++?
Difference between Abstraction and encapsulation in C++?
What is c++ namespace?
Discuss the possibilities related to the termination of a program before entering the mainq method?
daily Routine of father
write a programme to get a character and thier ASCII value
What's the most powerful programming language?