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
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
I want Ada programming language books. Could anyone post me any link for that?
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
what is the system development cycle
What is the difference between COM and CORBA?
how to stop execution of step 3 in a job mainframe
how to hide prompts
I am looking for NIC Sample papers or any patern of questions/ syllabus plz, send me on hamid.khan135@yahoo.in Regard
In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?
How to connect to ms word wit VB ojective is to prepare s/w to generate question paper , selects questions randomly from the ms access , database
how do find the user exit for selected feild whatis the process and can u plz explain it