how to swap all the values without using temporary variable.
tha values r a = 20, x=60 and p=2.
Answer Posted / chaitanya
x=x^a;
a=x^a;
x=a^x;
x=x^p;
p=x^p;
x=p^x;
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Write a shell program to test whether a given year is leap year or not ?
Hi I am Rathnam, How To Remove the duplicates with out using remove duplicate stage in the datastage
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
what are all the validation we need to perform in data stage?
Colors specified with the notation
why we use abstract in awt?
What are the Short cut Keys of Tally ERP?
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
< No Frames > tag is used for
How to print No.of.rows affected after updation using ADO.Net
How to set fixed width in particular
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
how sap is different from other software ?
how will you code the subfile which is in editing mode (multiple case subfile)?