what is the size of a process
Answers were Sorted based on User's Feedback
Answer / suganya nataraj
In Case of 32-bit OS the process gains 4GB and in 64-bit OS
the process gains 32GB.But in both the cases,if a single
process is currently running it may use the entire memory
or else the memory space is equally divided among the
running processes.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kad
In 32-bit OS the process assigns a 4GB of space to store
its data on heap.
| Is This Answer Correct ? | 2 Yes | 0 No |
List out the basic features of MFC.
What is LoadLibrary function returns?
What is the difference between GetMessage and PeekMessage ?
Given two processes, how can they share memory?
List out the parameters of WinMain Function.
What is the difference between the Encapsulation and Abstraction
25 Answers HCL, Invensys, TCS, Wipro,
Explain Doc/View architecture
How to setup a timer?
1)How to change a text of a button as Dynamically?
What is the initial function to be called in MFC and what it will do
Tell me about different kinds of synchranization objects ?
What is thread & process?