which header file contains main() function in c?
Answer Posted / vignesh1998i
that header file will not be given or revealed to the user , since there are possibilites to manipulate it........ in that file....
thank u
| Is This Answer Correct ? | 5 Yes | 18 No |
Post New Answer View All Answers
Explain what are the different data types in c?
All technical questions
What is switch in c?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What is a file descriptor in c?
Explain the advantages and disadvantages of macros.
Is there sort function in c?
What language is windows 1.0 written?
Explain about the constants which help in debugging?
Explain the bubble sort algorithm.
Explain what is the difference between a string and an array?
Difference between Function to pointer and pointer to function
What is a substring in c?
Linked lists -- can you tell me how to check whether a linked list is circular?
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.