Explain some of commonly used methods provided by iunknown.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More VC++ AllOther Interview Questions

Difference between critical section, mutex and semaphore.

0 Answers  


How to declare more than one variable on a single line?

3 Answers   CMC,


Can I uninstall visual c++ 2005?

0 Answers  


Explain pointer to the constant and constant pointer? Explain difference between them.

0 Answers  


What is microsoft visual c++ 2013 redistributable?

0 Answers  






How do I install microsoft visual c++ 2015?

0 Answers  


Explain the important features of vc++?

0 Answers  


What is microsoft visual c++ 2017 redistributable?

0 Answers  


Do you need microsoft visual c++?

0 Answers  


What is cmutex? How can we use it?

0 Answers  


A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.

3 Answers   Honeywell,


What is the difference between the = and == operators?

1 Answers  


Categories