CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 52

Threaded View

  1. #1
    Join Date
    Nov 2010
    Posts
    146

    Interview Questions

    Hello All

    Below are the few questions that were asked in an interview. Can anyone please explain to me the answers in an easiest way with examples.

    Code:
    1)	Volatile object
    3)	Can constructor/destructor be private?
    4)	Problems normally faced in multithreading
    6)	Data serialization/de-serialization
    7)	Layers of TCP/IP
    12)	Mutable
    13)	Why do we use virtual destructors?
    14)	what is a copy constructor and why do we use it?
    15)	Smart pointers
    16)	Case where exception handling is not safe
    17)    Static and non-Static member variables/functions
    Thanks
    Last edited by gulHK; August 2nd, 2012 at 09:26 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured