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
Find out the roles which gives access to all tables in SAP? Thanks in advance.
write a sql qwery which include joining of two tables 4 marks mainframe
Difference between delegates and Events?
how can we implement locks in plsql?
Where do we need Operator overloading?
Difference between HTML and DHTML?
Find out the list of roles which gives access to GUI activities? thanks in advance
what are the advantages of sap on other software ?
pleasew define carrier scope in abap (sap).
Explain three modes in which files can be accessed from python program
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
how can i create report in abap to insert data in table pa0002 using insert command
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
how will you code the subfile which is in editing mode (multiple case subfile)?
Difference between views and index in sas programming