How to swap values between two variables without using a
third variable?
Answer Posted / pinky
main()
{
int ia,b;
a=a+b;
b=a-b;
a=a-b;
| Is This Answer Correct ? | 120 Yes | 24 No |
Post New Answer View All Answers
what is the BAM? where we can use it in BizTalk server?
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
where is available in this mantis toturials?
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
how can i split string in a textbox in windows appication using C#.net
I need source code for Enrollment System using Visual Basic 6.0/2008 database MS Access 2007 for my school thesis project...please help me..kindly send in my email jpinedamcp@gmail.com
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.
could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?
Differevce between arrays and array builders?
what is the difference between rename and label
How to set on/off a group of indicators in a single statement?
public static void main(String args[]) describe it
hai i am mca 2009 fresher.please tell me which certification helps me to get an IT job faster which institute is good in hyderabad.please mail me to prasanna.1856@rediff.com
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
can we use commit,rollback in triggers and how?