what are the types of Member Functions?
No Answer is Posted For this Question
Be the First to Post Answer
the first character in the variable name must be an a) special symbol b) number c) alphabet
Is c++ a good beginners programming language?
What is the Diffrence between a "assignment operator" and a "copy constructor"?
How should a contructor handle a failure?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
what is oops and list its features in c++?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
Define pointers?
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
What is a pdb file?
What are the difference between reference variables and pointers in C++?
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.