What is static class data?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

They will ask u question about single linked list?. Write Code for to insert delete node.

2 Answers   Persistent,


Differentiate between an array and a list?

0 Answers  


What are the types of STL containers?

4 Answers  


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?

0 Answers  






how to create window program in c++.please explain.

1 Answers   Microsoft,


How do you clear a set in c++?

0 Answers  


What is the difference between public, private, protected inheritance?

12 Answers   Wipro,


What is input operator in c++?

0 Answers  


How const int *ourpointer differs from int const *ourpointer?

0 Answers  


Can I learn c++ as my first language?

0 Answers  


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

1 Answers   Quark,


Categories