What is stl containers in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between the message and method?
What data encapsulation is in c++?
What is the full form of ios?
What is null and void pointer?
What is multithreading and what is its use?Whats are multithreading techniques used in C++?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
Can member functions be private?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What problems might the following macro bring to the application?
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
1.what is the difference between software & package &application.