How to swap values between two variables without using a
third variable?
Answer Posted / banti sharma
main()
{
int a,b;
a=a+b;
b=a-b;
a=a-b;
}
in Answer of pinky she has taken a variale ia which is not
used in program. He He He
| Is This Answer Correct ? | 88 Yes | 16 No |
Post New Answer View All Answers
what is the last ant version you worked?how to get it
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
Hello...has anyone interviewed with Information Management Services(IMS)located in Silver Spring MD??If yes,what can you share about the programming test and the analytical test?
the systematic access of small computers in a distributed data processing system is referred as?
10.Define filters,binary to hexadecimal,hexadecimal to decimal?
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
i am exeprienced person what is selection process
what is an INI file?
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
How to use string functions in QTP?give some examples
can we allocate memory for interface? if no then why?
What is the difference between WebIntelligence and Designer in creating universes?
what is difference between input parameter and output parameter.
WHAT IS THE MEANING OF CONSTANT ...EXEEDS LENGTH LIMIT WHILE COPYING FROM PS FILE TO KSDS
how to add a new table with variables and thier values into a imported file uisng proc import?