How to swap values between two variables without using a
third variable?
Answer Posted / pinky
main()
{
int ia,b;
a=a+b;
b=a-b;
a=a-b;
| Is This Answer Correct ? | 120 Yes | 24 No |
Post New Answer View All Answers
What are two of your strengths that you will bring to our QA/testing team?
What is the first message line that any language learning prints on the screen? and why?
What is autocall macro and how to create autocall macro? what is the use of it?
how to work search engine? plz detail answer me.
how to convert the data from HTML file to SAS dataset?
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
what is the similarity between networking devices?
Write a program to create a process in UNIX
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
I m new to the dbms. Recently i came across words clustered indexes & nonclustered indexes but i dont know what is this all about & whats the difference between them.. So please help me!!!!!!!!
What is the entry point function of a DLL?
Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,
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
what is web service in java? have u use before.
in a VB application, where the data will be stored after manipulation? what is the syntax for that?