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 out prime number using sieve case?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What will be your course of action for a push operation?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What are keywords c?
What is the c language function prototype?
Why is python slower than c?
What is binary tree in c?
What is pass by reference in c?
What header files do I need in order to define the standard library functions I use?
What are the types of data files?
Why do we write return 0 in c?
what value is returned to operating system after program execution?
What is wrong with this statement? Myname = 'robin';
Define VARIABLE?