Answer Posted / varun sahu
the fflush() function is used to remove garbage which is present in the buffer.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Is c compiled or interpreted?
What is the use of typedef in structure in c?
What does void main () mean?
What is the heap?
Why is c so powerful?
What is putchar() function?
What are lookup tables in c?
What is a pointer in c plus plus?
Are pointers integers in c?
What is array within structure?
How would you obtain the current time and difference between two times?
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.
What is the explanation for prototype function in c?
How do you generate random numbers in C?
What language is c written?