Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Swapping Variables
Can you write a program to interchange 2 variables without using the third one?
✍: FYIcenter
a = 7; b = 2; a = a + b; b = a - b; a = a - b;
2007-02-26, 5974👍, 0💬
Popular Posts:
What’s the difference between Unit testing, Assembly testing and Regression testing? Unit testing is...
Does .NET support UNICODE and how do you know it supports? Yes .NET definitely supports UNICODE. Try...
Can we have shared events ? Yes, you can have shared event’s note only shared methods can raise shar...
How to reduce the final size of an executable file? Size of the final execuatable can be reduced usi...
What is a measure in OLAP ? Measures are the key performance indicator that you want to evaluate. To...