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

can we make game by using c

1 Answers   SmartData,


WILL I GET A guaranteed JOB AFTER DOING bsc()IT) and GNIIT from an NIIT CENTRE??

21 Answers   Biocon, MIT, NIIT,


what is namespace? what are the uses of namespace?

1 Answers  


What do you mean by public, private, protected and friendly?

3 Answers   CA,


Child cObj = new Parent() Wahts the output ?

8 Answers   Patni, TCS,


Have you ever used threads?

3 Answers   Adobe, IBM,


how to swap to variables without using thrid variable in java?

5 Answers  


Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.

0 Answers  


Get me an image implementation program.

0 Answers  


What is the difference between an object and a class?

3 Answers  


class type to basic type conversion

0 Answers  


JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?

3 Answers  


Categories