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
what is the difference between read the data from table and infotype
how CLR identify vb file?
what is difference between object oriented programming structure and object oriented programming system?
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
What is %Type,%Rowtype?
1.what is the vesition managment.
how can we implement locks in plsql?
How to create a new dataset only duplicate observations in proc sort procedure?
What is dialog programming?
how pseudo column works?
5.Call by value and Call by reference with program?
what is delegate and delegation model give the real live example on delegate model
what is adodb??y it is used for connection of V.B and access??what is ado?dao?
can we use commit,rollback in triggers and how?