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
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
what is the filters in biztakk server? where it can use?
Difference between views and index in sas programming
what is difference between object oriented programming structure and object oriented programming system?
Explain polymorphism. Provide an example.
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
can we allocate memory for interface? if no then why?
What r the attributes using in Win Runner?
what is the extension of SPDS Dynamic cluster tables?
how sap is different from other software ?
What do you understand by modular programming?
in a VB application, where the data will be stored after manipulation? what is the syntax for that?
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
please any one pass file aid,xpeditor and endeavor tools
write a sql qwery which include joining of two tables 4 marks mainframe