How to swap values between two variables without using a
third variable?
Answer Posted / shobha
my answer is very correct compared to the others.(1 to 3)
in answer 1 pinky declared a variable(ia) that is never
used in the program and used a variable(a) that is not
declared.finally pinky did not close main function i.e }
in answer 2 Banti Sharma has written the logic of the
program like a program, but he did not wrote the actual
program,if it is a program then the output is nothing,
because there is no statement present for displaying the
values of a and b
in answer 3 Mona also written the logic of the program like
Banti Sharma but Mona wrote it in a method.and mona never
called that method and from where mona is passing values to
var1 and var2.and mona did not displayed the result.
but in answer 4, that means in my answer,
i did not write the entire program,i just explained the
logic how u can swap without the third variable.
i have taken two variables and assigned sample values
(x=10,y=20) to them and explained each and every line with
that sample values, such that the person who asked this
question can write a program of his own.
Banti Sharma, i think u are not trying to answer the
questions but u are trying to point out the silly mistakes
in answers posted by others.
| Is This Answer Correct ? | 10 Yes | 11 No |
Post New Answer View All Answers
Write a shell program to test whether a given year is leap year or not ?
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
Code for display the images from drive using vb 6.0?
can u send some model papers how computer awareness questions are asked in goverment jobs(oriental insurance)to my mail id me.priyankapadma@rediff.com
what is session state?
Hai, My name is nisha.I have NIC exam.If anybody Knows NIC previous paper pattern pls send me to nishanairp@gmail.com
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
how much fee for deccan soft institute .how to block seat for sandeep sir class reply soonnnnÂ
WHAT IS THE MEANING OF CONSTANT ...EXEEDS LENGTH LIMIT WHILE COPYING FROM PS FILE TO KSDS
Write a program to create a process in UNIX
If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com
iam confused to choose among testing, .net and java can anybody help me????????
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.
How to call dll API sub routine in VB Form.