Elearning , Interview Questions And Answers

Google

void main() { abc ob(10); ob.disp(); } a)10 b) error : constructor is not accessible c) abc: i not accessible d)none 68) # include<iostream.h> class sample { public : sample(int **pp) { p=pp;} int **p; int **sample:: *ptr=&sample ::p;