write a program to swap Two numbers without using temp variable.
Answer Posted / anil joshi
b=(a*a)/a+(a=b)-a;
| Is This Answer Correct ? | 13 Yes | 11 No |
Post New Answer View All Answers
Write a program to reverse a given number in c?
What is the best organizational structure?
What are the main characteristics of c language describe the structure of ac program?
what is ur strangth & weekness
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
How would you obtain the current time and difference between two times?
When the macros gets expanded?
Can a file other than a .h file be included with #include?
Not all reserved words are written in lowercase. TRUE or FALSE?
write a program for the normal snake games find in most of the mobiles.
Is c++ based on c?
can we change the default calling convention in c if yes than how.........?
why programs in c are running with out #include
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Explain union. What are its advantages?