What is a scope operator and tell me its functionality?

Answers were Sorted based on User's Feedback



What is a scope operator and tell me its functionality?..

Answer / maya

Operator : :
It used to initalize the static variable out of the class.
Used for global initalization for variables.

Is This Answer Correct ?    7 Yes 0 No

What is a scope operator and tell me its functionality?..

Answer / d.raji

scope operator is used to access the uotline function in
c++.

Is This Answer Correct ?    0 Yes 1 No

What is a scope operator and tell me its functionality?..

Answer / sanjeevkumar.v

SCOPE--::

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More OOPS Interview Questions

How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.

4 Answers   NIIT, TCS,


Write a program to sort the number with different sorts in one program ??

0 Answers   NIIT,


what is costructor?

1 Answers  


What is multiple inheritance ?

17 Answers   Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

0 Answers  






Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

0 Answers   Accenture,


What is a template?

7 Answers  


Write an operator overloading program to write S3+=S2.

2 Answers  


what does exactly the linker do?

1 Answers  


program for insertion ,deletion,sorting in double link list

0 Answers  


What is polymorphism in oops with example?

0 Answers  


write a program to find 2^n+1 ?

0 Answers   CTS,


Categories