i have given a project to create examination seating plan
system in c++. so can anyone send me the answer of this
question quickly??????
Answer / parul
Did you get any help regarding that project. If so, then please share it with me too.
kohliparul@yahoo.com
| Is This Answer Correct ? | 2 Yes | 4 No |
How do you flush std cout?
What data encapsulation is in c++?
Given the following function definition: int doit(int &x, int y, int &z) { x = 3*x; y = y + 5; z = x+y; return z - 4; } int a = 5, b = 7, c = 9, d = 11; d = doit(a,b,c);
What is pointer to array in c++?
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
When does a name clash occur in c++?
What are the two shift operators and what are their functions?
Why c++ is created?
Write a C++ Program to Multiply two Numbers
What does flush do c++?
What are the classes in c++?
Explain polymorphism?