write a program to swap Two numbers without using temp variable.
Answer Posted / kedar pethe(mitcoe i.t)
a=a*b;
b=a/b;
a=a/b;
| Is This Answer Correct ? | 15 Yes | 11 No |
Post New Answer View All Answers
What is the significance of scope resolution operator?
How can you increase the size of a statically allocated array?
Write a program with dynamically allocation of variable.
Define Array of pointers.
What is c preprocessor mean?
What are the usage of pointer in c?
Differentiate Source Codes from Object Codes
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Why we use break in c?
How can variables be characterized?
Is c a great language, or what?
What is a null pointer in c?
Write a program to generate random numbers in c?
What is the difference between break and continue?
What are the parts of c program?