How can you return multiple values from a function?
No Answer is Posted For this Question
Be the First to Post Answer
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’s the special use of UNIONS?
In which language linux is written?
Write a program to add a given duration with time(24hrs format)
difference of two no's with out using - operator
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
1,1,5,17,61,217,?,?.
What is scope rule of function in c?
What are inbuilt functions in c?
What is %s and %d in c?
Why isnt there a numbered, multi-level break statement to break out