What type of question are asked in GE code writing test based
on c++ data structures and pointers?


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

Post New Answer

More C++ General Interview Questions

Explain one-definition rule (odr).

0 Answers  


Is c++ a high level language?

0 Answers  


Which operator can not be overloaded in C++?

1 Answers  


What are the differences between public, private, and protected access?

12 Answers   IBM, Oracle, Wipro,


Why do we need pointers?

0 Answers  






How do you know that your class needs a virtual destructor?

5 Answers   Lucent,


What is ios class in c++?

0 Answers  


what you know about c++?

0 Answers   IBS,


class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.

5 Answers   Quark,


What is a 'pure' virtual function and what's its use?

1 Answers  


How do you initialize a string in c++?

0 Answers  


Do we have private destructors?

12 Answers   Symphony, TCS,


Categories