Write a program to exchange two variaables without temp

Answer Posted / haihere

Ans 3 is proper answer,coz in 1 it wont check for
range,,ans 3 is the rigt..

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a char c?

590


What is wrong with this program statement? void = 10;

818


What happens if you free a pointer twice?

608


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

720


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

731






how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

2791


What does %p mean c?

626


What is abstract data structure in c?

527


How can I remove the trailing spaces from a string?

612


What is the use of ?: Operator?

664


what is stack , heap ,code segment,and data segment

2216


given post order,in order construct the corresponding binary tree

2321


difference between native and cross compilers

1671


define string ?

665


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2265