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 |
Why ctype h is used in c++?
Give 10 points of differences between C & C++.
When is a template better solution than a base class??
What is extern c++?
Write a program which uses functions like strcmp(), strcpy()? etc
what is object?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What are inline functions?
Will a catch statement catch a derived exception if it is looking for the base class?
Is vector a class in c++?
What is boyce codd normal form in c++?