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.
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What is operator precedence?
What is the use of typedef in structure in c?
When is a “switch” statement preferable over an “if” statement?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is the benefit of using const for declaring constants?
How to declare a variable?
what is the role you expect in software industry?
Explain about the constants which help in debugging?
What is a built-in function in C?
What are header files? What are their uses?
When can a far pointer be used?
Write a program of prime number using recursion.