Write a program to exchange two variaables without temp
Answer Posted / suman ambardar
x=x+y
y=x-y
x=x-y
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the data types present in c?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
largest Of three Number using without if condition?
Explain goto?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Which built-in library function can be used to match a patter from the string?
What are the main characteristics of c language describe the structure of ac program?
Explain that why C is procedural?
What is the meaning of ?
What is the difference between malloc calloc and realloc in c?
What is function what are the types of function?
code for quick sort?
Can we change the value of static variable in c?
What is a scope resolution operator in c?
Explain b+ tree?