How to swap values between two variables without using a
third variable?
Answer Posted / joel pinto
a^=b^=a^=b;
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
How do you initialize a static member of a class with return value of some function?
What is the entry point function of a DLL?
what is the system development cycle
what is adodb??y it is used for connection of V.B and access??what is ado?dao?
Bonjour, svp je veut voir comment envoyer un mail en java et comment changer le droit d'accé d'un fichier en java: de lecture en lecture/écriture et merci d'avance ;)
Is anyone has done the ASP.NET MVC4 workshop course(2 days) from Peers Technologies. Let me know. I need to talk before joining ASP.NET MVC4 training at peers, Hyderabad.
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
Which method protects back button to retrieve old value from previous page in Struts.
8.In DSP,Define Signal and System?and various type of signals.
what is meaning of MDM in sap?let me know that meaning
WHat is execution in manual testing and when will we start execution and what language we use in execution
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
what is programmable BIST in today ic design
how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out