New Windows Threads Interview Questions :: ALLInterview.com http://www.allinterview.com New Windows Threads Interview Questions en-us In window Xp which are the threads.Actually i wanna know if Ms word i http://www.allinterview.com/showanswers/66231.html WHAT IS A DAEMON? http://www.allinterview.com/showanswers/36470.html In UNIX, a program that runs in the background (not attached to a terminal) is called a "daemon." It's something you can't see, but it's alive and well doing work behind the scenes. semaphore variable is different from ordinary variable by ? http://www.allinterview.com/showanswers/13753.html semaphore uses one thread .so it can access little slower than ordinary variable. Which one is not needed for Multi-program enviornment? 1) virtual m http://www.allinterview.com/showanswers/13752.html 4.None of the above Which one you will use to implement critical section? http://www.allinterview.com/showanswers/13751.html Critical Section comes in single process environment they didn't share accross process boundary. In C if you wish to implement criticalsection you have to use windows datastructure CRITICAL_SECTION and create a object to access its members How to Kill a Particular Process in windows? http://www.allinterview.com/showanswers/166.html Go to TaskManager, Select Applications tab and select EndTask. (or) Select Process tab and select EndProcess.