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

class A { public: void f(); protected: A() {} A(const A&){} }; Examine the class declaration shown above. Why are the default and copy constructors declared as protected? 1. To ensure that A cannot be created via new by a more derived class 2. To ensure that A cannot be copied 3. To ensure that A cannot be used as a base class except when public inheritance has been used 4. To ensure that A cannot be created/copied outside the inheritance chain 5. To ensure that A cannot be instantiated as a static variable

1 Answers  


What is atoi in c++?

0 Answers  


Is oops and c++ same?

0 Answers  


What is a loop? What are different types of loops in c++?

0 Answers  


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

0 Answers   CIIT Wah,






write a program to insert an element into an array

26 Answers   TCS,


Do you know the problem with overriding functions?

0 Answers  


simple c++ program for "abcde123ba" convert "ab321edcba" with out using string

5 Answers  


what is polymorphism?

14 Answers   Accenture,


What is data hiding c++?

0 Answers  


what is Loop function? What are different types of Loops?

0 Answers  


What is c++ and its uses?

0 Answers  


Categories