In a compiler there is 36 bit for a word and to store a
character 8bits are needed. IN this to store a character two
words are appended .Then for storing a K characters string,
How many words are needed.
[a] 2k/9 [b] (2k+8)/9 [c] (k+8)/9 [d] 2*(k+8)/9 [e] none
How do I go to root?
What are the 5 basic filing systems?
Is atomic thread safe?
What problems are faced during the implementation of a network-transparent system?
What is asymmetric clustering?
What is a 32 bit system?
Give some benefits of multithreaded programming.
What are numerous ways in which a thread can enter the waiting state?
What is long term scheduler in operating system (os)?
What is difference b/w general semaphore and binary semaphore?
What are the advantages of multithreaded programming?
what is Compiler?