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 |
what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?
How to find the mouse entering an image?..while entering need to display next image...
In VC++ How to transfer between one exe to another exe while running..
What does mfc stand for?
what is the use of CWinApp class?
What interface must be supported by an ActiveX control?
What is primitive and non-primitive application?
How you create a button dynamically?
Types of DLL's
I have 2 threads. One thread prints odd numbers and the second thread prints even numbers. Now, I have to execute the threads alternatively so that i can output 1,2,3,4,5,6,..... write code for this?
if both base and derived class have the constructors if i create an object for derive class which class constructor is executed first
Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A. Explain how a pointer to function can be declared in C++? B. List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header ("Include") Files.