Write a macro for swapping integers
Answers were Sorted based on User's Feedback
Answer / deepak
# define swap(a,b) a = a + b; b = a - b; a = a - b;
Is This Answer Correct ? | 50 Yes | 8 No |
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
Out of 4 concepts, which 3 C++ Follow?
Can a destructor be called directly?
I am developing a payroll system mini project.I used file concept in program for reading and writing.When the program is reloading into the memory that is if i execute next time the file was cleaned and adding data from the starting this is my problem.I want to strore the previous data and if i want to add any record that should be next of previous data.Please help me.
What are virtual classes?
What is abstraction oop?
Whatis the difference between oop and object based language
What do you mean by overloading?
can you give the dynamic polymorphism types?
Explain the concepts involved in Object Oriented programming.
what is use to destroy an object? illustrate.
A file pointer always contains the __________ of the file