write a program to swap Two numbers without using temp variable.
Answer Posted / krishana singh
a=a*b;
b=a/b;
a=a/b;
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Write a program to find factorial of a number using recursive function.
What does nil mean in c?
Differentiate between Macro and ordinary definition.
What is const keyword in c?
What are the features of c languages?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What are the back slash character constants or escape sequence charactersavailable in c?
Is fortran faster than c?
hi send me sample aptitude papers of cts?
Explain what does the function toupper() do?
How will you divide two numbers in a MACRO?
Is it fine to write void main () or main () in c?
What are logical errors and how does it differ from syntax errors?
What is bss in c?
Are the expressions * ptr ++ and ++ * ptr same?