write a program to swap Two numbers without using temp variable.
Answer Posted / ankur
Check the answer here
http://www.lifengadget.com/lifengadget/program-interchange-two-numbers-without-using-third-variable/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is #include called?
Write a program to swap two numbers without using third variable in c?
Are pointers really faster than arrays?
What is stack in c?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What is the sizeof () operator?
Explain what is operator promotion?
What are the types of pointers in c?
Explain what happens if you free a pointer twice?
Which header file is essential for using strcmp function?
What do you mean by invalid pointer arithmetic?
Write a program to check palindrome number in c programming?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Explain how can I prevent another program from modifying part of a file that I am modifying?
Explain how can you be sure that a program follows the ansi c standard?