how do you write a function that takes a variable number of
arguments? What is the prototype of printf () function?
No Answer is Posted For this Question
Be the First to Post Answer
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Why is c called "mother" language?
wat is the meaning of c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is malloc and calloc?
What is static identifier?
What is the difference between near, far and huge pointers?
what is the difference between #include<stdio.h> and #include "stdio.h" ?
What is scope rule 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.
Why do we need a structure?