write a program to swap Two numbers without using temp variable.
Answer Posted / nikhil godani
a=a+b;
b=a-b;
a=a-b;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you understand by normalization of pointers?
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.
What is strcpy() function?
What is meant by recursion?
Explain low-order bytes.
Write a program to use switch statement.
can anyone suggest some site name..where i can get some good data structure puzzles???
difference between native and cross compilers
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Write a program to check prime number in c programming?
How is actual parameter different from the formal parameter?
Compare array data type to pointer data type
What is variables in c?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode