How to swap values between two variables without using a
third variable?
Answer Posted / guest
using swap instruction in micro controller.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the software to run the GSM gate opener program
what is diff bet ref variable & instance of class
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
when a query is made on Logical file in DB2/400, will the records satisfying select/omit criterion be fetched from all members of physical file or only the member with same name as physical file?
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
How can we develop a multi-tier application in Java?
iam confused to choose among testing, .net and java can anybody help me????????
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
how to remove header and footer in jcl using sort utility
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
what is the certificates in biztalk?
what is class module in vb6? what it's use? with example..
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
How to know we are in home page of a web application using QTP