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

Explain the difference between c++ and java.

0 Answers  


Is string data type in c++?

0 Answers  


How do you invoke a base member function from a derived class in which you’ve overridden that function?

0 Answers  


How the keyword struct is different from the keyword class in c++?

0 Answers  


Consider the following code fragment: int main(void) { int m = 4; mystery ( m ); mystery ( m ); printf("%d", m); return 0; } What is the output on the monitor if mystery is defined as follows ? void mystery (int m) { m = m+3; }

2 Answers   CDAC, Wipro,






Explain the static member function.

0 Answers  


Why c++ is better than c language?

0 Answers  


What are the advantages of using a pointer?

0 Answers  


Name four predefined macros.

0 Answers  


What is meant by entry controlled loop? What all C++ loops are exit controlled?

0 Answers   TCS,


How to demonstrate the use of a variable?

0 Answers  


What are the advantages of using pointers in a program?

0 Answers  


Categories