STL (140)
OOPS (873)
C++ General (2409)
What is the difference between a type-specific template friend class and a general template friend class?
What is a class oop?
What is encapsulation in C++? Give an example.
What is stl in oop?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is istream c++?
What is a block in c++?
What is the difference between global int and static int declaration?
Are c and c++ different?
What is a rooted hierarchy?
Difference between pointer to constant vs. Pointer constant
Is data hiding and abstraction same?
What is destructor example?
What are the advantages of using pointers in a program?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)