What is the use of :: operator in c++?


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

Post New Answer

More C++ General Interview Questions

Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

1 Answers  


What is type of 'this' pointer? Explain when it is get created?

0 Answers  


Why c++ is created?

0 Answers  


Why do we need pointers?

0 Answers  


Is c++ pass by reference or value?

0 Answers  






What is c++ manipulator?

0 Answers  


Difference between struct and class in terms of access modifier.

0 Answers  


How is static data member similar to a global variable?

0 Answers  


Which is the best c++ compiler for beginners?

0 Answers  


How would perform Pattern Matching in C++?

0 Answers   Genpact,


What is a static element?

0 Answers  


Can we make copy constructor private in c++?

0 Answers  


Categories