Is rust better than c++?


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

Post New Answer

More C++ General Interview Questions

Do you know the use of vtable?

0 Answers  


Write about the use of the virtual destructor?

0 Answers  


What are raw sockets, where they are efficient?

2 Answers   Symphony,


Do we have private destructors?

12 Answers   Symphony, TCS,


How do you define/declare constants in c++?

0 Answers  






State the difference between pre and post increment/decrement operations.

0 Answers  


Explain the use of vtable.

0 Answers  


What is data structure in c++?

0 Answers  


Refer to a name of class or function that is defined within a namespace?

0 Answers  


What is null and void pointer?

0 Answers  


Which is most difficult programming language?

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,


Categories