Answer Posted / abdul rahman
void main()
{
int a,b;//example a=10,b=12;
a=a~b;//a=22
b=a~b;//b=10;
a=a~b;//a=12
}
NOTE:
~=XOR operator( not able to write xor
operator so iam using this symbol which is not
correct)
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
#include
hi all..i want to know oops concepts clearly can any1 explain??
Can abstract class have normal methods?
officer say me - i am offered to a smoking , then what can you say
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
Why is object oriented programming so hard?
What is polymorphism explain its types?
what is different between oops and c++
How to call a non virtual function in the derived class by using base class pointer
Why we use classes in oop?
What polymorphism means?
What do you mean by variable?
what is difference between class template and template class?
Advantage and disadvantage of routing in telecom sector
What is constructor in oop?