What is a scope operator and tell me its functionality?
Answers were Sorted based on User's Feedback
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 |
Answer / d.raji
scope operator is used to access the uotline function in
c++.
Is This Answer Correct ? | 0 Yes | 1 No |
How do you define social class?
what is multi level inheritance give n example ?
13 Answers HDFC, Hulas Steel, Ness Technologies,
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is the full form of oops?
WRITE A SIMPLE C++ PROGRAM TO SWAP TWO NOS WITHOUT USING TEMP
What is and I oop mean?
What are the fields of vtable
What are the advantanges of modularity
Why is polymorphism important in oop?
what is the difference between inter class and abstract class...?
How to overload new operator in c++
Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.