What is the difference between an array and a list?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What is the difference between method and message?
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?
What is format for defining a structure?
differance between copy & clon
What is an object in c++?
Explain deep copy and a shallow copy?
What are Binay tress and B trees? Diff between them?
What is the difference between strcpy() and strncpy()?
What is searching? Explain linear and binary search.
Can non graphic characters be used and processed in C++?
How come you find out if a linked-list is a cycle or not?