STL (140)
OOPS (873)
C++ General (2409)
What are the differences between the function prototype and the function defi-nition?
Will this c++ program execute or not?
How would you use qsort() function to sort an array of structures?
Why do we use using namespace std in c++?
What is a .lib file in c++?
What is a block in c++?
What is the difference between c++ and turbo c++?
What is class and example?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
Explain how to initialize a const member data.
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
Define anonymous class.
What c++ is used for?
What parameter does the constructor to an ofstream object take?
Explain "const" reference arguments in function?