what are Access specifiers in C++ class? What are the types?
What return value must conversion operators have in their declaration?
Is string an object in c++?
What is diamond problem in c++?
What are friend functions?
Describe protected access specifiers?
What are structs in c++?
Why do we use iterators?
explain the reference variable in c++?
Comment on assignment operator in c++.
Can a program run without main?
Explain function overloading
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().