What is static class data?
No Answer is Posted For this Question
Be the First to Post Answer
They will ask u question about single linked list?. Write Code for to insert delete node.
Differentiate between an array and a list?
What are the types of STL containers?
Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list.
16 Answers BNB, FDS, Goldman Sachs, Nagarro,
What are vtable and vptr?
how to create window program in c++.please explain.
How do you clear a set in c++?
What is the difference between public, private, protected inheritance?
What is input operator in c++?
How const int *ourpointer differs from int const *ourpointer?
Can I learn c++ as my first language?
string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring