What is :: operator in c++?


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

Post New Answer

More C++ General Interview Questions

What is the purpose of extern storage specifier?

0 Answers  


What is size of a object of following class? class Foo { public: void foo(){} }

2 Answers   CA,


How are pointers type-cast?

0 Answers   iNautix,


Explain the use of virtual destructor?

0 Answers  


What is a memory leak c++?

0 Answers  






What are c++ redistributables?

0 Answers  


Can you please explain the difference between overloading and overriding?

0 Answers  


Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?

0 Answers  


What is a catch statement?

0 Answers  


Explain what happens when a pointer is deleted twice?

0 Answers  


What is Namespace?

5 Answers   HCL, Samsung,


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

0 Answers  


Categories