Why do we learn c++?


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

Post New Answer

More C++ General Interview Questions

What is flush () in c++?

0 Answers  


What is flush programming?

0 Answers  


How would you find out if a linked-list is a cycle or not?

0 Answers  


What is scope in c++ with example?

0 Answers  


Is map sorted c++?

0 Answers  






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 array give example?

0 Answers  


What is a wchar_t in c++?

0 Answers  


Explain the differences between private, public and protected and give examples.

0 Answers  


What is the difference between static global and global ?

2 Answers   CA,


What do you mean by late binding?

0 Answers  


What is the use of pointer in c++ with example?

0 Answers  


Categories