Given two processes, how can they share memory?

Answers were Sorted based on User's Feedback



Given two processes, how can they share memory?..

Answer / skybeaver

Two processes can share memory in a number of ways.

1. Memory-mapped files
2. Shared memory segments
3. Message queues
4. Named pipes

Is This Answer Correct ?    27 Yes 0 No

Given two processes, how can they share memory?..

Answer / guest

BY VIRTUAL MEMORY

Is This Answer Correct ?    4 Yes 9 No

Post New Answer

More MFC Interview Questions

If i derive a new class from CObject what are the basic features my derived wil get ?

4 Answers   Microsoft,


What is stack size in win32 program?

1 Answers   HCL,


19)how to set Back Ground Picture to a Dialog Box in MFC ?

1 Answers  


Hi All, i am new for VC++ SDK. i want to get the IP Address of all the External device connected with my local machine.please give the code Regards, Praveer

1 Answers   TCS, Tech Mahindra,


What is the difference between regular dlls and extended dlls?

2 Answers  


What is #progma and where it is used?

5 Answers   L&T,


Which MFC function is used to display output?

9 Answers   TCS,


what is the use of AFX_MANAGE_STATE ?

4 Answers   HCL,


What is document-view architecture ? Give me one real time example for SDI ?

2 Answers  


What is the use of OninitDialog ?

11 Answers   HCL, Nagarro,


In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?

2 Answers   Wipro,


i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required

3 Answers   Patni,


Categories