How to swap values between two variables without using a
third variable?
Answer Posted / chitra
main()
{
int a,b;
a=a+b;
b=a-b;
a=a-b;
}
chitra write answer
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to add a new table with variables and thier values into a imported file uisng proc import?
what is apt_dump_score in datastage where it is useful
What are events in smartforms?
Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe
Write a program to find whether a given number is prime or not.
what is the use of occurs 10 or (any number) in the internal table declaration with header line.
along with oracle which language will be beneficial to have knowledge with,java,.net,since i m doing oracle have appeared for 8th sem BEIT,plz suggest
Tell me the jobs for the MCA Fresher in delhi, Noida..
I am work in it aompenei
how do u handle table control inbdc explain the process in steps iwant the answer in urgent please forward this even i know how to explain there
what is throws keyword
is it acceptable if we declare multiple exceptions in same overridden method.
can we use commit,rollback in triggers and how?
What is the difference between COM and CORBA?
in teradata level primary in table level allows duplicates why?