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 |
What does and I oop mean in text?
What is the diamond problem in inheritance?
What is polymorphism in oop example?
Which language is pure oop?
What are the valid types of data that the main () can return in C/C++ language
The company is a fake company asking for money of RS10000 while training and not offering a job after training. My humble request to you people not to attend Astersys interview
Can we have a private virtual method ?
what is different between oops and c++
explain the concepts of oops?
write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language
difference between overloading and overridding
20% of a 6 litre solution and 60% of 4 litre solution are mixed what the % of mixture of solution it is resulted into?