What is the use of function pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Do we have to use initialization list in spite of the assignment in constructors?
What does asterisk mean in c++?
Can constructor be private in c++?
Hi i need to Acess a variable "int Intval" in the below mentioned code .How to Access it guys i am waiting for your reply
How to construct virtual constructor
6 Answers CIStems Software, Symphony,
Is c++ the hardest programming language?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What is the purpose of extern storage specifier?
The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance
How many ways are there to initialize an int with a constant?
Describe the syntax of single inheritance in C++?
Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.