swap two number wthout using third variable
Answer Posted / jvhariharan
void main()
{
int a=10,b=20;
a=a+b;
b=a-b;
a=a-b;
}
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
how to remove header and footer in jcl using sort utility
Have you used callsymputx? what points need to be kept in mind when using it?
how to convert infix expression to prefix expression?
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?
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 binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe
how pseudo column works?
could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?
How to know we are in home page of a web application using QTP
Tips for blog integration by www.esteemwebsolutions.com. Can Any body suggest me to how to make wonderful questions on web integration..
pleasew define carrier scope in abap (sap).
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
can we allocate memory for interface? if no then why?
what is the system development cycle