Write a program to exchange two variaables without temp

Answer Posted / vijay

Sir,... im not comfortable with the 2nd ans cud pls explain
me .?????/

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1202


What is the difference between int main and void main?

573


any "C" function by default returns an a) int value b) float value c) char value d) a & b

665


Why do we use pointer to pointer in c?

597


What is the difference between NULL and NUL?

728






in iso what are the common technological language?

1633


Which is better between malloc and calloc?

669


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

637


How do you define a function?

581


Explain how do you view the path?

655


How can you convert integers to binary or hexadecimal?

616


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

1893


What is nested structure in c?

613


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1888


Write a program to reverse a string.

638