An array having 100 elements have numbers from 1 to 99 randomly out of which any number is repeated. Find the repeated number in minimum time and space complexity.
Explain the difference between a list and array.
Check if duplicates exist in an array of N which has range 1 to N.
What is the difference between Array and Array List ? Explain in brief with example.
What is the procedure to insert into a sorted array?
Tell me the difference between the character array and a string.
What will happen if an array goes out of bounds?
Explain the Queue
What are the various IPC mechanisms? Why is message passing costlier than semaphore?
Give an example of circular linked list in windows system?
How can i do partition of my hard disk in preloaded windows 7 in my system
Explain the Difference between Process and a Thread.
Explain the concept of Thread Pool? what its Benefits?
Given a Pid, how will you distinguish whether it is a process or a thread?
How to sync two threads in multithreaded application?