How many pointers are required to reverse a link list?
Answer Posted / selva
2 pointers are required....
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
What are the basics of local (auto) objects?
What are the advantages of inheritance in c++?
Can c++ do everything c can?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What character terminates all character array strings a) b) . c) END
What is function overloading in C++?
What are the manipulators in c++?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What is the use of string in c++?
What are the operators in c++?
How to defines the function in c++?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
What do you understand by a pure virtual member function?
Where do I find the current c or c++ standard documents?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?