How can I rethow can I return a sequence of random numbers which dont repeat at all?
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.
Famous puzzles which are generally asked by companies during interviews ?
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
2 Answers Drona Solutions, Infosys, Vodafone, Webyog,
how to create c progarm without void main()?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
Write a program to display the no of bit difference between any 2 given numbers eg: Num1 will 12->1100 Num2 will 7->0111 the difference in bits are 2.
What are c header files?
what is the use of ‘auto’ keyword?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
which one low Priority in c? a)=,b)++,c)==,d)+