how many argument we can pas in in a function
Answer Posted / sreedevi
maximum 32 arguments
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Is fortran still used today?
What does the && operator do in a program code?
List some basic data types in c?
List some of the static data structures in C?
Explain how do you list files in a directory?
Can we change the value of constant variable in c?
Does c have circular shift operators?
What is the use of ?
#include
Explain how do you view the path?
Where does the name "C" come from, anyway?
How can I dynamically allocate arrays?
What are structure members?
What are static variables 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.