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
which feature are not hold visual basic of oop?
What is object and example?
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
What are the features of oop?
Can destructor be overloaded?
How do you define social class?
What is this pointer in oop?
Why is oop better than procedural?
What are the 3 pillars of oop?
Why do while loop is used?
Why do we use polymorphism in oops?
What is the main feature of oop?
What causes polymorphism?
How do you define a class in oop?
Why do we use class in oops?