Answer Posted / pedda
t=a;
a=b;
b=t;
t means temporary value
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
How can I call a function with an argument list built up at run time?
Is using exit() the same as using return?
What is I ++ in c programming?
What are local static variables?
Can you define which header file to include at compile time?
Explain what is the best way to comment out a section of code that contains comments?
What is volatile c?
What is the explanation for modular programming?
Can we compile a program without main() function?
please send me the code for multiplying sparse matrix using 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.
Why main is not a keyword in c?
What are local static variables? How can you use them?
What is adt in c programming?
What are the parts of c program?