Write a program to exchange two variaables without temp
Answer Posted / sandeep rehlan
Sir, please explain me the 3rd and 6th answer because both
are the orrect way of swapping of two variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I change their mode to binary?
What is sizeof int in c?
What is the g value paradox?
When was c language developed?
What are qualifiers?
What is cohesion and coupling in c?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
Can we declare a function inside a function in c?
What is structure packing in c?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is the data segment that is followed by c?
how to make a scientific calculater ?
what are bit fields? What is the use of bit fields in a structure declaration?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is int main () in c?