Describe public access specifiers?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Implement stack operations with pointers with appropriate exception checks.

0 Answers   Huawei,


How do you sort a sort function in c++ to sort in descending order?

0 Answers  


What jobs can you get with a c++ certification?

0 Answers  


Write a program to find the Factorial of a number

0 Answers  


What do you mean by abstraction. Explain your answer?

5 Answers  






If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?

0 Answers  


List down the guideline that should be followed while using friend function.

0 Answers  


Does defining a function inline mean that it wont push and pop things on/off the stack ...like parameters and the return the address??

2 Answers  


What is the header file for setw?

0 Answers  


What is c++ try block?

0 Answers  


Explain the purpose of the keyword volatile.

0 Answers  


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


Categories