How to swap values between two variables without using a
third variable?
Answer Posted / kiran
int a=10,b=20;
a=b;
b=a/2;
| Is This Answer Correct ? | 3 Yes | 49 No |
Post New Answer View All Answers
how do i add a column dynamically in a table by using java application?
What sysoption determines where the macro facility searches a specific catalog for complied macro?
Why did you ever become involved in QA/testing?
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.
what is delegate and delegation model give the real live example on delegate model
How to print No.of.rows affected after updation using ADO.Net
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
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.
what are the 3 forms of a prolog term
what is dot net framework
how to check single or double byte in struts
Write a pascal program to calculate the sum of the first 100 even number and odd number
hi this is uday i want prepare for nic exam if any one have previous question papers please send me or atlest guide me how to prepare my ID is udaykiran4u@in.com
what is an INI file?
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?