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?
Is there any difference between dlearations int* x and int *x? If so tell me the difference?
What is else if syntax?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
Define a constructor?
What gives the current position of the put pointer?
What are the general quetions are in DEna bank manager IT/System interviews?
what is the order of initialization for data?
10 Answers Amazon, TCS, Wipro,
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
Is c++ proprietary?
Difference between a copy constructor and an assignment operator.
Enter n no. of element and delete value from desire position
Which one between if-else and switch is more efficient?