What do you mean by public protected and private in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is iostream in c++ used for?
What can I use instead of namespace std?
Can comments be longer than one line?
What do you mean by public protected and private in c++?
Define pointers?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
1.what is the difference between software & package &application.
What is the first name of c++?
What is an adaptor class or Wrapper class?
What would happen on forgetting [], while deallocating an array through new?
What parameter does the constructor to an ofstream object take?
Is c++ fully object oriented?