Difference between a homogeneous and a heterogeneous container
No Answer is Posted For this Question
Be the First to Post Answer
Why is c++ called oops?
Write about c++ storage classes?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
Define upcasting.
What is the extension of c++?
What is Memory Alignment?
How do you establish an is-a relationship?
What is difference c and c++?
List the advantages of inheritance.
What is virtual function? Explain with an example
What is cin clear () in c++?
What is the c++ code?