Answer Posted / xyz
this code snippet will swap the value of i and j
This code works same as
i=i+j;
j=i-j;
i=i-j;
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is encapsulation with real life example?
what are the ways in which a constructors can be called?
What is the real life example of polymorphism?
Give two or more real cenario of virtual function and vertual object
Can enum be null?
Prepare me a program for the animation of train
What is advantage of inheritance?
What is meant by oops concept?
What is encapsulation process?
What is the point of polymorphism?
Are polymorphisms mutations?
What is overriding in oop?
How do you use inheritance in unity?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
what are the different types of qualifier in java?