What is a singleton class c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is general form of pure virtual function? Explain?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.
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 maximum number of concurrent threads that the InnoDB plug-in can create
What is isdigit c++?
What are the benefits of pointers?
What are the two types of polymorphism?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
What is ctime c++?
why is iostream::eof inside a loop condition considered wrong?
Explain this pointer?
What is the best c++ compiler for windows 10?
What is #include ctype h in c++?