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
What is variable in c example?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
Why is it important to memset a variable, immediately after allocating memory to it ?
Describe dynamic data structure in c programming language?
What is function prototype in c language?
What is I ++ in c programming?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
Where are the auto variables stored?
Explain setjmp()?
Can the size of an array be declared at runtime?
diff between exptected result and requirement?
What does c mean in standard form?
What is file in c preprocessor?
Tell us bitwise shift operators?
Differentiate between a for loop and a while loop? What are it uses?